writer
fun writer(
coroutineContext: <ERROR CLASS>,
channel: ByteChannel,
parent: Job? = null,
block: suspend WriterScope.() -> Unit
): WriterJob
Deprecated: Use scope.writer instead
fun writer(
coroutineContext: <ERROR CLASS>,
autoFlush: Boolean = false,
parent: Job? = null,
block: suspend WriterScope.() -> Unit
): WriterJob
Deprecated: Use scope.writer instead