kotlinx.coroutines
kotlinx-coroutines-io
/
kotlinx.coroutines.experimental.io
/
writeBoolean
writeBoolean
suspend
fun
ByteWriteChannel
.
writeBoolean
(
b
:
Boolean
)
:
Unit