As long as your have a reference to the `Job` (whi...
# coroutines
l
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)