This provides a shutdown method for jobs via a new "job handle". Handles encapsulate the worker and scheduler tasks as well as a cancellation token that's passed down to the worker and scheduler.
We also introduce a method for setting the shutdown token on both the worker and scheduler.
This provides a shutdown method for jobs via a new "job handle". Handles encapsulate the worker and scheduler tasks as well as a cancellation token that's passed down to the worker and scheduler.
We also introduce a method for setting the shutdown token on both the worker and scheduler.