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 |
Extension Functions
fun Job.launchOnCancellation( Launch a coroutine with block body when the parent job is cancelled or a returned deferred is cancelled. It is important to complete or cancel returned deferred otherwise the parent job will be unable to complete successfully. |
|
Print Job children tree. |