Required Static Propertyswift-nio 2.86.1NIOConcurrencyHelpers
nio_atomic_add
NIOAtomic.swift:32static var nio_atomic_add: (UnsafeMutablePointer<Self.AtomicWrapper>, Self) -> Self { get }static var nio_atomic_add: (UnsafeMutablePointer<Self.AtomicWrapper>, Self) -> Self { get }s21NIOConcurrencyHelpers18NIOAtomicPrimitiveP14nio_atomic_addyxSpy13AtomicWrapperQzG_xtYbcvpZ What are these?9TNLFimport NIOConcurrencyHelpers@preconcurrency protocol NIOAtomicPrimitive@frozen struct UnsafeMutablePointer<Pointee> where Pointee : ~CopyableA pointer for accessing and manipulating data of a specific type.
associatedtype AtomicWrapperstatic var nio_atomic_compare_and_exchange: (UnsafeMutablePointer<Self.AtomicWrapper>, Self, Self) -> Bool { get }static var nio_atomic_create_with_existing_storage: (UnsafeMutablePointer<Self.AtomicWrapper>, Self) -> Void { get }static var nio_atomic_exchange: (UnsafeMutablePointer<Self.AtomicWrapper>, Self) -> Self { get }static var nio_atomic_load: (UnsafeMutablePointer<Self.AtomicWrapper>) -> Self { get }static var nio_atomic_store: (UnsafeMutablePointer<Self.AtomicWrapper>, Self) -> Void { get }static var nio_atomic_sub: (UnsafeMutablePointer<Self.AtomicWrapper>, Self) -> Self { get }