rrva
01/03/2020, 1:02 PMtseisel
01/03/2020, 1:09 PMChannel
is an actual concurrent queue. It is the coroutines equivalent of BlockingQueue
.
Since you are looking for a way to dispatch work to multiple actors, have a look at the "Fan Out" section of the docs : https://kotlinlang.org/docs/reference/coroutines/channels.html#fan-outrrva
01/03/2020, 2:54 PMThiyagu
01/04/2020, 7:15 PM