Description
Extends Python multiprocessing with broader serialization support and useful compatibility behavior. It helps applications run work across processes or threads when ordinary multiprocessing is too limited.
Parallel execution can consume significant CPU and memory and can run code in child processes. Keep worker counts controlled and avoid sending untrusted callables or data.