Is it possible to set a time limit on the pool map() operation when using multiprocessing in Python. When the time limit is reached, all child processe
pool map()
multiprocessing