Skip to content

Commit

Permalink
add note about article with rust thread unsafety
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Nov 21, 2024
1 parent 3a73249 commit c4529ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ Repository contains three directories:
- https://doc.rust-lang.org/nomicon/ffi.html
- https://adventures.michaelfbryan.com/posts/rust-closures-in-ffi/
- https://www.khoury.northeastern.edu/home/lth/larceny/notes/note7-ffi.html
- https://cliffle.com/blog/not-thread-safe/ ( interesting part how to ensure in rust that some data is not thread safe )

0 comments on commit c4529ac

Please sign in to comment.