Skip to content

Commit

Permalink
Fix typo in 2023-12-10-nsfw.dj
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan-Mi authored Dec 10, 2023
1 parent 1fbe89c commit c8f5805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/posts/2023-12-10-nsfw.dj
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ Another breakage example is various OS APIs that just mandate that things happen
execution thread, like `pthread_mutex_unlock`. Though I think that the turtle those APIs stand on
are thread locals again?

Can we fix it? As an absolute starwman proposal, let's redefine `Send` & `Sync` in terms of abstract
Can we fix it? As an absolute strawman proposal, let's redefine `Send` & `Sync` in terms of abstract
"execution contexts", add `OsThreadSend` and `OsThreadSync`, and change API which involve thread
locals to use the `OsThread` variants. It seems that everything else works?

Expand Down

0 comments on commit c8f5805

Please sign in to comment.