Multiprocessing.Pool() - A Proposal for Non-Global Initialization of Workers
This post introduces a proposal for a new keyword argument in the __init__() method of Pool named expect_initret. This keyword defaults to False, and when it is set to True, the return value of the initializer func»