Required Static Propertyswift-nio 2.72.0NIOConcurrencyHelpers
nio_atomic_add
NIOAtomic.swift:43static var nio_atomic_add: (UnsafeMutablePointer<AtomicWrapper>, Self) -> Self { get }
Other requirements
Type members
associatedtype AtomicWrapper
static var nio_atomic_compare_and_exchange: (UnsafeMutablePointer<AtomicWrapper>, Self, Self) -> Bool
static var nio_atomic_create_with_existing_storage: (UnsafeMutablePointer<AtomicWrapper>, Self) -> Void
static var nio_atomic_exchange: (UnsafeMutablePointer<AtomicWrapper>, Self) -> Self
static var nio_atomic_load: (UnsafeMutablePointer<AtomicWrapper>) -> Self
static var nio_atomic_store: (UnsafeMutablePointer<AtomicWrapper>, Self) -> Void
static var nio_atomic_sub: (UnsafeMutablePointer<AtomicWrapper>, Self) -> Self