Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 684 Bytes

CHANGELOG.rst

File metadata and controls

48 lines (37 loc) · 684 Bytes

Change Log

0.0.11

  • Added get_list_of_tasks()

0.0.10

  • Pass optional sleep time to wait_for_tasks() to prevent cpu burn

0.0.9

  • Changed licence to Apache License
  • Setting config["KILL_RECEIVED"]=False after ``wait_for_tasks()`
  • Code PEP'ed

0.0.8

  • Bugfix

0.0.7

  • Bugfix

0.0.6

  • Code linting / refactoring

0.0.5

  • Fixed takes 1 positional argument but 2 were given on killall()

0.0.4

  • Added Python 3.6 support in pip setup

0.0.3

  • Added createPool() and getPool() methods

0.0.2

  • Can set max thread # and multi-processing mode

0.0.1

  • Initial Release