<@U0GT43R61> In that case it executes on the UI t...
# coroutines
i
@cbruegg In that case it executes on the UI thread. On the other hand
onPause
also executes on the UI thread (as I suppose), so it can be called either before the continuation or after that, but not during the continuation execution.