Extension (Structure)swift-nio 2.74.0all tags
Int (ext)
You’re viewing third-party extensions to Int
, a struct from the Swift standard library.
You can also read the documentation forInt
itself.
extension Int
Extension in NIOConcurrencyHelpers
Conformances
Typealiases
Type members
static let atomic_add: (OpaquePointer, Int) -> Int
static let atomic_compare_and_exchange: (OpaquePointer, Int, Int) -> Bool
static let atomic_create: (Int) -> OpaquePointer
static let atomic_destroy: (OpaquePointer) -> Void
static let atomic_exchange: (OpaquePointer, Int) -> Int
static let atomic_load: (OpaquePointer) -> Int
static let atomic_store: (OpaquePointer, Int) -> Void
static let atomic_sub: (OpaquePointer, Int) -> Int
static let nio_atomic_add: (UnsafeMutablePointer<catmc_nio_atomic_long>, Int) -> Int
static let nio_atomic_compare_and_exchange: (UnsafeMutablePointer<catmc_nio_atomic_long>, Int, Int) -> Bool
static let nio_atomic_create_with_existing_storage: (UnsafeMutablePointer<catmc_nio_atomic_long>, Int) -> Void
static let nio_atomic_exchange: (UnsafeMutablePointer<catmc_nio_atomic_long>, Int) -> Int
static let nio_atomic_load: (UnsafeMutablePointer<catmc_nio_atomic_long>) -> Int
static let nio_atomic_store: (UnsafeMutablePointer<catmc_nio_atomic_long>, Int) -> Void
static let nio_atomic_sub: (UnsafeMutablePointer<catmc_nio_atomic_long>, Int) -> Int
Extension in NIOWebSocket
Type members
init(webSocketOpcode: WebSocketOpcode
) Create a UInt8 corresponding to the integer value for a given
WebSocketOpcode
.