Init
This commit is contained in:
15
cppdraft/atomics/general.md
Normal file
15
cppdraft/atomics/general.md
Normal file
@@ -0,0 +1,15 @@
|
||||
[atomics.general]
|
||||
|
||||
# 32 Concurrency support library [[thread]](./#thread)
|
||||
|
||||
## 32.5 Atomic operations [[atomics]](atomics#general)
|
||||
|
||||
### 32.5.1 General [atomics.general]
|
||||
|
||||
[1](#1)
|
||||
|
||||
[#](http://github.com/Eelis/draft/tree/9adde4bc1c62ec234483e63ea3b70a59724c745a/source/threads.tex#L2388)
|
||||
|
||||
Subclause [[atomics]](atomics "32.5 Atomic operations") describes components for fine-grained atomic access[.](#1.sentence-1)
|
||||
|
||||
This access is provided via operations on atomic objects[.](#1.sentence-2)
|
||||
Reference in New Issue
Block a user