The sherpa.utils.parallel module
Routines for running code in parallel.
New in version 4.16.0: Prior to this, these symbols were provided by the
sherpa.utils
module.
Constants
Can jobs be run in parallel? |
|
The number of CPU cores to use when running jobs in parallel. |
Functions
|
Run a function on a sequence of inputs in parallel. |
|
Run a sequence of function on a sequence of inputs in parallel. |
|
Run the processes, exiting early if necessary, and return the results. |