Type Aliasswift-nio 2.72.0NIOCore
Value
ChannelOption.swift:120typealias Value = ByteBufferAllocator
typealias Value = ByteBufferAllocator
s7NIOCore14ChannelOptionsV5TypesO15AllocatorOptionV5Valuea
What are these?
FNV24: [IAIO]
import NIOCore
The core abstractions that make up SwiftNIO.
struct AllocatorOption
AllocatorOption
allows to specify the ByteBufferAllocator
to use.
struct ChannelOptions
Provides ChannelOption
s to be used with a Channel
, Bootstrap
or ServerBootstrap
.
enum Types
struct ByteBufferAllocator
The preferred allocator for ByteBuffer
values. The allocation strategy is opaque but is currently libc’s malloc
, realloc
and free
.
init()