The constructs provided by this package need to be marked `Sendable` · Issue #45 · apple/swift-atomics
Swift 5.5 introduces Sendable, which puts new constraints on transferring values across concurrency domains. The constructs provided by this package are designed to be safe to use without synchroni...