Required Instance Methodswift-nio 2.72.0NIOCore

    registerAlreadyConfigured0(promise:)

    Register channel as already connected or bound socket.

    Channel.swift:38
    func registerAlreadyConfigured0(promise: EventLoopPromise<Void>?)

    Parameters

    promise

    The EventLoopPromise which should be notified once the operation completes, or nil if no notification should take place.

    Other requirements

    Instance members