Files
cppdraft_translate/cppdraft/atomics/general.md
2025-10-25 03:02:53 +03:00

16 lines
489 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[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.5Atomic operations") describes components for fine-grained atomic access[.](#1.sentence-1)
This access is provided via operations on atomic objects[.](#1.sentence-2)