write(_:)

Fires write from the tail to the head.

ChannelPipeline.swift:1491
func write(_ data: NIOAny) -> EventLoopFuture<Void>

This method should typically only be called by Channel implementations directly.