codelab-kotlin-coroutines
codelab-kotlin-coroutines copied to clipboard
Typo
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. ... ...
Thanks for the report. Can you clarify what the typo is?
I guess @rabyunghwa wanted to point to Room starts the database query, Retrofit can start the network request :smile: #68