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