TRPL: Add Newline Before Headline

Because Markdown.
This commit is contained in:
Pascal Hertleif 2015-08-02 12:32:14 +02:00
parent f7b3cd3337
commit 6e61783dce

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