In the guide it is adviced to use a `Job()` as a p...
# coroutines
s
In the guide it is adviced to use a
Job()
as a parent context for managing a lifecycle. How can I move this
Job
into a completed state? The guide only mentions
cancelAndJoin()
but I dont really feel this is appropriate in my case.