parallelbar v2.3
- added
wrappers
module which contains decorators:stopit_after_timeout
- stops the function execution after the specified time (in seconds)add_progress
- adds a progress bar to the function execution, exception handling and timeout.
- added
return_failed_tasks
keyword parameter to theprogress_map/starmap/imap/imapu
function (default=False
) - ifTrue
then the result will include the tasks that failed with an exception.