Instance Propertyswift-nio 2.72.0NIOCore

    pipeline

    ChannelPipeline.swift:1501
    let pipeline: ChannelPipeline

    Other members in extension

    Types

    • struct RemovalToken

      A RemovalToken is handed to a RemovableChannelHandler when its removeHandler function is invoked. A RemovableChannelHandler is then required to remove itself from the ChannelPipeline. The removal process is finalized by handing the RemovalToken to the ChannelHandlerContext.leavePipeline function.

    Instance members