Is it currently possible to convert a `ReceiveChan...
# coroutines
s
Is it currently possible to convert a
ReceiveChannel<Foo>
to something like
Deferred<Iterable<Foo>>
with current Coroutine release available given the fact that https://github.com/Kotlin/kotlinx.coroutines/pull/88 is not merged yet ?