There is currently no way to abort a coroutine tha...
# coroutines
e
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.