Closed celliern closed 7 years ago
It could be a good idea to have a pool argument which take an object with a map method. That way, it will be easy to use other multiprocessing tools like ipyparallel, dask.distributed or pathos.
pool
map
See abcpmc for a similar implementation.
Thanks for your suggestion! I'll consider this.
It could be a good idea to have a
pool
argument which take an object with amap
method. That way, it will be easy to use other multiprocessing tools like ipyparallel, dask.distributed or pathos.See abcpmc for a similar implementation.