joegasewicz / pytask-io

Python Async Task Queue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

By default we should automatically call stop after all items in the queue are processed

joegasewicz opened this issue · comments

By default we should automatically call stop after all items in the queue are processed.

Unless a user chooses to keep running forever (theres should be an option for this) and let the user call stop.