You `readStream` is the same amount of code. Just ...
# coroutines
e
You
readStream
is the same amount of code. Just instead of
yield(bb)
it does
channel.send(bb)