From Jason Turner

[thread.latch.general]

Diff to HTML by rtfpessoa

tmp/tmp3tqc62tv/{from.md → to.md} RENAMED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ #### General <a id="thread.latch.general">[[thread.latch.general]]</a>
2
+
3
+ A latch is a thread coordination mechanism that allows any number of
4
+ threads to block until an expected number of threads arrive at the latch
5
+ (via the `count_down` function). The expected count is set when the
6
+ latch is created. An individual latch is a single-use object; once the
7
+ expected count has been reached, the latch cannot be reused.
8
+