writeByte

abstract suspend fun writeByte(b: Byte): Unit

Writes byte and suspends until written. Crashes if channel get closed while writing.