when a Job is cancelled, then if the coroutine is ...
# coroutines
k
when a Job is cancelled, then if the coroutine is currently suspended it stops immediately, and if it’s running it keeps running until the next time it suspends, is that correct?