Add simpler parallel_map
This commit is contained in:
parent
7db1503a45
commit
286ede5fd3
3 changed files with 37 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
from .parallel_map import parallel_map
|
||||
from .simple_parallel_map import simple_parallel_map
|
||||
from .threaded_parallel_map import threaded_parallel_map
|
||||
from .worker_exception import WorkerException
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue