Deactivated User
fun readStream() = asyncGenerate { while (true) { val ba = ___read(1) // not going to cancel! val bb = ba[0] yield(bb) } }