-
Notifications
You must be signed in to change notification settings - Fork 23
Non Cancellable job
Devrath edited this page Jan 14, 2024
·
4 revisions
- Sometimes say when we have launched multiple co-routines in scope and say some are completed and some are not completed
- Now the user invokes cancel of root scope.
- In this scenario, We want the complete execution of all co-routines in the root scope or none should be executed in the root scope, In such scenarios, We can use a
non-cancellable
job.