Skip to content

Commit 0860b29

Browse files
committed
Rollup merge of #27464 - killercup:patch-16, r=Gankro
Because Markdown.
2 parents 504eaa5 + 6e61783 commit 0860b29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/doc/trpl/choosing-your-guarantees.md

+1
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ scope.
308308

309309
Both of these provide safe shared mutability across threads, however they are prone to deadlocks.
310310
Some level of additional protocol safety can be obtained via the type system.
311+
311312
#### Costs
312313

313314
These use internal atomic-like types to maintain the locks, which are pretty costly (they can block

0 commit comments

Comments
 (0)