Instance Method (Default implementation)swift-nio 2.72.0NIOCore

    getOption(_:)

    Get the value of option for this Channel.

    AsyncAwaitSupport.swift:99
    iOS
    13+
    macOS
    10.15+
    tvOS
    13+
    watchOS
    6+
    func getOption<Option>(_ option: Option) async throws -> Option.Value where Option : ChannelOption

    Implements

    Other members in extension

    Instance members