https://kotlinlang.org logo
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) }