This release adds two new constructor parameters:
error_callback: a function which will be called with the traceback (as a string) of an exception which occurs inside a process.only_threads: when True, all tasks will be run as threads.
This release adds two new constructor parameters:
error_callback: a function which will be called with the traceback (as a string) of an exception which occurs inside a process.only_threads: when True, all tasks will be run as threads.