Instance Method (Default implementation)swift-nio 2.86.1NIOCore

write(_:)

Write data into the Channel.

Channel.swift:269
@preconcurrency func write<T>(_ any: T) -> EventLoopFuture<Void> where T : Sendable