You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So instead of the Dispose method you would like to have a method which returns a Task? Currently the Dispose is kind of async it just cancels the CancellationTokenSource which then eventually will cancel the running threads.
Describe the solution you'd like
Provide a graceful way of stopping IJobWorker instances such as a StopAsync() method.
The text was updated successfully, but these errors were encountered: