pyrseus.executors¶
This package provides several standalone concurrent.futures.Executor
subclasses.
Modules
Provides a variant of InlineExecutor that tests the picklability of all submitted tasks and their return values, using cloudpickle. |
|
Provides a variant of NoCatchExecutor that tests the picklability of all submitted tasks and their return values, using cloudpickle. |
|
Provides a drop-in replacement for the built-in ProcessPoolExecutor that uses cloudpickle for pickling tasks and their return values, instead of |
|
Provides a simple serial executor that captures exceptions in the standard way. |
|
Provides a simple serial executor that does not capture exceptions in submitted futures. |
|
Provides a variant of InlineExecutor that tests the picklability of all submitted tasks and their return values, using |
|
Provides a variant of NoCatchExecutor that tests the picklability of all submitted tasks and their return values. |