Skip to content

Commit

Permalink
Merge pull request #165 from Johan-Mi/patch-1
Browse files Browse the repository at this point in the history
Fix typo in 2023-12-10-nsfw.dj
  • Loading branch information
matklad authored Dec 10, 2023
2 parents 1fbe89c + c8f5805 commit 163ec14
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 163ec14

Please sign in to comment.