Packages for keyword “atomic-operation”
These packages are available as a package collection, usable in Xcode or SwiftPM.
Atomic
Atomic is a lightweight Swift property wrapper that provides thread-safe access to values. It ensures safe concurrent access to properties without the complexity of manual lock management.
Atomic
Uses `DispatchQueue` to ensure a value is only read from and written to by one thread at a time
2 packages.