We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ec75de commit 746dedbCopy full SHA for 746dedb
notes/general-notes/general-notes.md
@@ -7,3 +7,4 @@
7
3. owner cannot free or mutate the resource while it is borrowed
8
9
- when passing data between threads, Rust will to make sure the data is thread-safe to use
10
+ - thread-safe: method or class instance can be used by multiple threads at the same time without any problems occurring
0 commit comments