You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current coroutine scope APIs like CoroutineScope.launch are receiver-based.
It's pervasive, just like function coloring.
According to it's semantic, a CoroutineScope is more fit as a context element if we have context parameter.
In Kotlin, a function can have at most two receiver for now, and this new API will make the receiver more free.