Now all the regular continuations that you get via...
# coroutines
e
Now all the regular continuations that you get via
suspendCoroutine
are automatically safe from in-place calls. If you resume them in place there is no actual recursion (you can take a look a the
suspendCoroutine
source code)