Skip to content

parallelbar v2.3

Compare
Choose a tag to compare
@dubovikmaster dubovikmaster released this 10 Nov 09:24
· 4 commits to main since this release
  • 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 the progress_map/starmap/imap/imapu function (default=False) - if True then the result will include the tasks that failed with an exception.