Skip to content

Uses `DispatchQueue` to ensure a value is only read from and written to by one thread at a time

License

Notifications You must be signed in to change notification settings

RougeWare/Swift-Atomic

Repository files navigation

Swift Atomic

Uses DispatchQueue to ensure a value is only read from and written to by one thread at a time