- Added
get_list_of_tasks()
- Pass optional sleep time to
wait_for_tasks()
to prevent cpu burn
- Changed licence to Apache License
- Setting
config["KILL_RECEIVED"]=False
after ``wait_for_tasks()` - Code PEP'ed
- Bugfix
- Bugfix
- Code linting / refactoring
- Fixed
takes 1 positional argument but 2 were given
onkillall()
- Added Python 3.6 support in pip setup
- Added createPool() and getPool() methods
- Can set max thread # and multi-processing mode
- Initial Release