From 6e61783dce0efac346845d6a74462d2698632b49 Mon Sep 17 00:00:00 2001 From: Pascal Hertleif Date: Sun, 2 Aug 2015 12:32:14 +0200 Subject: [PATCH] TRPL: Add Newline Before Headline Because Markdown. --- src/doc/trpl/choosing-your-guarantees.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/doc/trpl/choosing-your-guarantees.md b/src/doc/trpl/choosing-your-guarantees.md index a7d9032c3c5..68812f342f1 100644 --- a/src/doc/trpl/choosing-your-guarantees.md +++ b/src/doc/trpl/choosing-your-guarantees.md @@ -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