Join Slack
Communities
Powered by
``` val channel = produce<Int> { iterable.fo...
# coroutines
p
pablisco
12/15/2017, 2:54 PM
Copy code
val channel = produce<Int> { iterable.forEach { send(it) } }
I think that may work. Not sure if there is a utility class for that
Open in Slack
Previous
Next