Mentions légales du service

Skip to content
Snippets Groups Projects
  • ANDREY Paul's avatar
    9dd5fcc4
    Improve `run_as_processes` to capture exceptions and outputs. · 9dd5fcc4
    ANDREY Paul authored
    * Add exceptions and outputs catching to multiprocessed routines.
    * Change the output signature of `run_as_processes` to return a bool
      flag indicating success, and a list of routine-wise output value or
      RuntimeError (that may either result from an actual failure or from
      the process having been interrupted due to another one's failure).
    * Add `auto_stop` parameter to enable disabling the default automated
      interruption of processes once any of them has failed.
    9dd5fcc4
    History
    Improve `run_as_processes` to capture exceptions and outputs.
    ANDREY Paul authored
    * Add exceptions and outputs catching to multiprocessed routines.
    * Change the output signature of `run_as_processes` to return a bool
      flag indicating success, and a list of routine-wise output value or
      RuntimeError (that may either result from an actual failure or from
      the process having been interrupted due to another one's failure).
    * Add `auto_stop` parameter to enable disabling the default automated
      interruption of processes once any of them has failed.