atomic is a Swift property wrapper designed to make values thread-safe.
-
Updated
Dec 23, 2024 - Swift
atomic is a Swift property wrapper designed to make values thread-safe.
Uses `DispatchQueue` to ensure a value is only read from and written to by one thread at a time
Framework that provides thread-safe (queue-safe) access to the value.
Add a description, image, and links to the atomic-operation topic page so that developers can more easily learn about it.
To associate your repository with the atomic-operation topic, visit your repo's landing page and select "manage topics."