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.
2 parents 504eaa5 + 6e61783 commit 0860b29Copy full SHA for 0860b29
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