let the user choose the pool object
celliern opened this issue · 1 comments
celliern commented
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.
See abcpmc for a similar implementation.
paulknysh commented
Thanks for your suggestion! I'll consider this.