Join Slack
Powered by
In the guide it is adviced to use a `Job()` as a p...
# coroutines
s
spand
06/07/2018, 8:08 AM
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.
Open in Slack
Previous
Next