NoDaemonPool37

class bigmultipipe.NoDaemonPool37(processes=None, initializer=None, initargs=(), maxtasksperchild=None, context=None)[source]

Bases: Pool

For Python <=3.7, enable child processes of Pool to run their own sub-processes. Only appropriate where all parents are waiting for children to finish. Implementation has changed in future verisons of Python See discussion in https://stackoverflow.com/questions/6974695/python-process-pool-non-daemonic