Rollup merge of #27464 - killercup:patch-16, r=Gankro

Because Markdown.
This commit is contained in:
Manish Goregaokar 2015-08-03 02:33:52 +05:30
commit 0860b29b6a

View File

@ -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