Join Slack
Powered by
There is currently no way to abort a coroutine tha...
# coroutines
e
elizarov
12/24/2016, 5:32 PM
There is currently no way to abort a coroutine that is suspended on something you don't control. You can throw exception from
your own
suspending functions, but not from an arbitrary place.
Open in Slack
Previous
Next