We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7b3cd3 commit 6e61783Copy full SHA for 6e61783
src/doc/trpl/choosing-your-guarantees.md
@@ -308,6 +308,7 @@ scope.
308
309
Both of these provide safe shared mutability across threads, however they are prone to deadlocks.
310
Some level of additional protocol safety can be obtained via the type system.
311
+
312
#### Costs
313
314
These use internal atomic-like types to maintain the locks, which are pretty costly (they can block
0 commit comments