Join Slack
Powered by
As long as your have a reference to the `Job` (whi...
# coroutines
l
louiscad
06/24/2018, 12:48 PM
As long as your have a reference to the
Job
(which you can get through the
CoroutineContext
,
launch
return value, and others), you can cancel it, with any Exception (but any non
CancellationException
will make the program crash if uncaught)
Open in Slack
Previous
Next