Is there a better/more idiomatic way to connect a ...
# coroutines
j
Is there a better/more idiomatic way to connect a
ProducerJob
to an
ActorJob
than
producerJob.consumeEach { actorJob.send(it) }