interface WriterJob : Job
A coroutine job that is writing to a byte channel
channel
abstract val channel: ByteReadChannel
A reference to the channel that this coroutine is writing to