mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
Rollup merge of #27464 - killercup:patch-16, r=Gankro
Because Markdown.
This commit is contained in:
commit
0860b29b6a
@ -308,6 +308,7 @@ scope.
|
||||
|
||||
Both of these provide safe shared mutability across threads, however they are prone to deadlocks.
|
||||
Some level of additional protocol safety can be obtained via the type system.
|
||||
|
||||
#### Costs
|
||||
|
||||
These use internal atomic-like types to maintain the locks, which are pretty costly (they can block
|
||||
|
Loading…
Reference in New Issue
Block a user