I don't think coroutines can be suspended. They ar...
# coroutines
v
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