Uses DispatchQueue
to ensure a value is only read from and written to by one thread at a time
Atomic
master
Uses `DispatchQueue` to ensure a value is only read from and written to by one thread at a time
atomic
thread
thread-safe
thread-safety
safety
atomic-operation
concurrency
concurrent-programming
synchronization
RougeWare/Swift-Atomic