Instance Method (Default implementation)swift-nio 2.81.0NIOCore

writeAndFlush(_:)

Write and flush data into the Channel.

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