Join Slack
Powered by
Is there a better/more idiomatic way to connect a ...
# coroutines
j
jmmk
05/29/2017, 3:42 PM
Is there a better/more idiomatic way to connect a
ProducerJob
to an
ActorJob
than
producerJob.consumeEach { actorJob.send(it) }
Open in Slack
Previous
Next