Join Slack
Powered by
Does `withContext` create a new (child) scope?
# coroutines
n
nwh
11/01/2018, 9:48 PM
Does
withContext
create a new (child) scope?
l
louiscad
11/01/2018, 10:26 PM
@nwh
Yes it does, you can see it as it has no receiver, but its lambda has a
CoroutineScope
receiver.
4
Views
Open in Slack
Previous
Next