write(_:)

    Write data into the Channel, automatically wrapping with NIOAny.

    Channel.swift:219
    func write<T>(_ any: T) -> EventLoopFuture<Void>

    Other members in extension

    Instance members