pyrseus.executors.cpprocess¶
Provides a drop-in replacement for the built-in ProcessPoolExecutor that uses
cloudpickle for pickling tasks and their return values, instead of pickle.
Classes
|
A drop-in replacement for the built-in |
Provides a drop-in replacement for the built-in ProcessPoolExecutor that uses
cloudpickle for pickling tasks and their return values, instead of pickle.
Classes
|
A drop-in replacement for the built-in |