pyswarm icon indicating copy to clipboard operation
pyswarm copied to clipboard

Accept pool argument, instead of instantiating multiprocessing

Open jrollins opened this issue 5 years ago • 0 comments

This lets users provide a pool with a map() method, rather than handling this via multiprocessing internally. This allows for more flexibility for users to provide alternate pools (such as from ipyparallel).

jrollins avatar Aug 14 '18 15:08 jrollins