NestablePool

class bigmultipipe.NestablePool(*args, **kwargs)[source]

Bases: Pool

For Python = 3.9(+?) enable child processes of Pool to run their own sub-processes. Only appropriate where all parents are waiting for children to finish. Implementation may change in future verison of Python See discussion in https://stackoverflow.com/questions/6974695/python-process-pool-non-daemonic