tseisel
11/08/2019, 9:36 AMFlow
?
1. Map T to a Deferred<R>
, then await each ?
2. Use plain coroutines with channels ?Dennis Schröder
11/08/2019, 10:41 AMtseisel
11/08/2019, 1:39 PMCoroutineDispatcher
instead of an ExecutorService
, since we are dealing with flows, then launch
coroutines instead of submiting tasks ?rkeazor
11/08/2019, 3:11 PM