ended6월 23일· 1 sources

ViewModel VS Coroutine Scope

Why it matters

1. Coroutine A coroutine is the actual background task. Example: launch { api.getProfile() } Here, the work is: api.getProfile() So coroutine means: A lightweight task that can run without blocking th...

1
Sources
+0
24h
Growth
90d
Active

Sources

Related Issues