Exactly what the comment says. The execution will ...
# getting-started
r
Exactly what the comment says. The execution will suspend till the job completes (since cancellation is cooperative, it may not complete immediately when
job.cancel()
is called). (P.S. There is a #coroutines channel as well)