Add simpler parallel_map

This commit is contained in:
Andras Schmelczer 2022-07-09 21:33:14 +02:00
parent 7db1503a45
commit 286ede5fd3
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
3 changed files with 37 additions and 1 deletions

View file

@ -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