great-ai/great_ai/utilities/parallel_map/__init__.py

4 lines
195 B
Python

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