Skip to content

Wait For Tasks To Finish When Quitting

Compare
Choose a tag to compare
@RichardKnop RichardKnop released this 11 Nov 13:13
· 549 commits to master since this release
e51787e

When there are running tasks and you call worker.Quit() method, the process will wait for all running tasks to be processed first before shutting down.