Join Slack
Powered by
I don't think coroutines can be suspended. They ar...
# coroutines
v
vaskir
06/21/2017, 7:21 AM
I don't think coroutines can be suspended. They are not threads. If a coroutine is doing some blocking job, it's impossible to suspend/cancel/abort it other than via aborting the real thread that executes it at the moment.
👍 1
Open in Slack
Previous
Next