ReaderJob
interface ReaderJob : Job
A coroutine job that is reading from a byte channel
Properties
abstract val channel: ByteWriteChannel A reference to the channel that this coroutine is reading from |
interface ReaderJob : Job
A coroutine job that is reading from a byte channel
abstract val channel: ByteWriteChannel A reference to the channel that this coroutine is reading from |