Required Instance Methodswift-nio 2.72.0NIOCore

    register0(promise:)

    Register with the EventLoop to receive I/O notifications.

    Channel.swift:33
    func register0(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