Dmytro Danylyk
consumeEach
CoroutineContext
launch(CommonPool) { channel.consumeEach { ... } }
channel.consumeEach(CommonPool) { ... }