``` val channel = produce<Int> { iterable.fo...
# coroutines
p
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