WriterJob

interface WriterJob : Job

A coroutine job that is writing to a byte channel

Properties

channel

abstract val channel: ByteReadChannel

A reference to the channel that this coroutine is writing to