codelab-kotlin-coroutines icon indicating copy to clipboard operation
codelab-kotlin-coroutines copied to clipboard

Typo

Open rabyunghwa opened this issue 5 years ago • 2 comments
trafficstars

In https://codelabs.developers.google.com/codelabs/advanced-kotlin-coroutines/#10: ... ... By using combine, we can combine the cached network lookup with our database query. Both of them will run on different coroutines concurrently. That means that while Room starts the network request, Retrofit can start the network query. Then, as soon as a result is available for both flows, it will call the combine lambda where we apply the loaded sort order to the loaded plants. ... ...

rabyunghwa avatar Apr 28 '20 06:04 rabyunghwa

Thanks for the report. Can you clarify what the typo is?

tiembo avatar Jun 11 '20 21:06 tiembo

I guess @rabyunghwa wanted to point to Room starts the database query, Retrofit can start the network request :smile: #68

victorgvieira avatar Jul 30 '20 12:07 victorgvieira