This commit is contained in:
2025-10-25 03:02:53 +03:00
commit 043225d523
3416 changed files with 681196 additions and 0 deletions

13
cppdraft/barrier/syn.md Normal file
View File

@@ -0,0 +1,13 @@
[barrier.syn]
# 32 Concurrency support library [[thread]](./#thread)
## 32.9 Coordination types [[thread.coord]](thread.coord#barrier.syn)
### 32.9.3 Barriers [[thread.barrier]](thread.barrier#barrier.syn)
#### 32.9.3.2 Header <barrier> synopsis [barrier.syn]
[🔗](#header:%3cbarrier%3e)
namespace std {template<class CompletionFunction = *see below*>class barrier;}