Join Slack
Communities
Powered by
Now all the regular continuations that you get via...
# coroutines
e
elizarov
12/24/2016, 4:13 PM
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)
Open in Slack
Previous
Next