Join Slack
Powered by
Is it currently possible to convert a `ReceiveChan...
# coroutines
s
sdeleuze
11/01/2017, 5:50 PM
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 ?
Open in Slack
Previous
Next