Multiprocessing (sofia_redux.toolkit.multiprocessing)#

Introduction#

The sofia_redux.toolkit.multiprocessing contains helper functions for multiprocessing with the joblib library.

The multiprocessing module uses joblib to process multiple tasks in parallel. The multitask() function provides a framework to process many tasks serially or in parallel with joblib.

Joblib#