Hmm, interesting, I see But also you can just call...
# coroutines
g
Hmm, interesting, I see But also you can just call suspend function that can cache result under the hood
v
Basic there are multiple coroutines being spinned off and a consumer might wait on multiple in parallell. It's a Many to Many scenario; so my producer coroutines return Deferred<T>. They are then .awaitAll by different coroutines.