<@U2E974ELT> a suspending function that was called...
# coroutines
p
@elizarov a suspending function that was called in non-tail position, and has itself suspended, can’t simply
return
when resumed and done, or can it? as far as I understand, the calling function is no longer on the call stack at that point.