Structureswift-nio 2.72.0NIOPosix->NIOCore
LocalVsockContextID
This get-only option is used on channels backed by vsock sockets to get the local VSOCK context ID.
VsockAddress.swift:165struct LocalVsockContextID
Citizens in NIOPosix
Conformances
protocol ChannelOption
A configuration option that can be set on a
Channel
to configure different behaviour.protocol Equatable
A type that can be compared for value equality.
protocol Sendable
A type whose values can safely be passed across concurrency domains by copying.
Show implementation details (1)
Hide implementation details
Typealiases
Type members
Type features
static var localVsockContextID: Self
static func != (lhs: Self, rhs: Self
) -> Bool Returns a Boolean value indicating whether two values are not equal.