Anyway, it is impossible to make nice linear imper...
# ktor
o
Anyway, it is impossible to make nice linear imperative code here, because it’s pull-style, not push-style. I.e. channel responds with data when asked. With co-routines coming in 1.1 it is possible to do something better, but not yet.