Does `withContext` create a new (child) scope?
# coroutines
n
Does
withContext
create a new (child) scope?
l
@nwh Yes it does, you can see it as it has no receiver, but its lambda has a
CoroutineScope
receiver.