Required Static Propertyswift-nio 2.72.0NIOConcurrencyHelpers
atomic_compare_and_exchange
atomics.swift:314static var atomic_compare_and_exchange: (OpaquePointer, Self, Self) -> Bool { get }
Other requirements
Type members
static var atomic_add: (OpaquePointer, Self) -> Self
static var atomic_create: (Self) -> OpaquePointer
static var atomic_destroy: (OpaquePointer) -> Void
static var atomic_exchange: (OpaquePointer, Self) -> Self
static var atomic_load: (OpaquePointer) -> Self
static var atomic_store: (OpaquePointer, Self) -> Void
static var atomic_sub: (OpaquePointer, Self) -> Self