Skip to content

Commit 6e61783

Browse files
committed
TRPL: Add Newline Before Headline
Because Markdown.
1 parent f7b3cd3 commit 6e61783

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)