write(_:)
Send a write into the ChannelPipeline
and flush it right away.
- iOS
- 13+
- macOS
- 10.15+
- tvOS
- 13+
- watchOS
- 6+
func write(_ data: OutboundOut) async throws
This method suspends if the underlying channel is not writable and will resume once the it becomes writable again.