We sub-class multiprocessing.pool.Pool instead of multiprocessing.Pool because the latter is only a wrapper function, not a proper class.
More...
|
| __init__ (self, *args, **kwargs) |
|
|
| _maxtasksperchild = kwargs.pop('maxtasksperchild', RAVE_MULTIPROCESSING_MAX_TASKS_PER_WORKER) |
|
We sub-class multiprocessing.pool.Pool instead of multiprocessing.Pool because the latter is only a wrapper function, not a proper class.
- Parameters
-
Pool | with our NonDaemonicProcess |
The documentation for this class was generated from the following file: