suspended functions run synchronously until the fi...
# coroutines
p
suspended functions run synchronously until the first suspension point
r
by “synchronously”, do you mean on the same thread that started the coroutine?
i was under the impression that only the unconfined dispatcher did that — all the other dispatchers immediately change threads
p
that’s a good question actually