brain_pipe.utils.parallellization.SimpleCallbackFn¶
- class SimpleCallbackFn(total=None, current_count=0)¶
Bases:
ProgressCallbackFnSimple callback function for multiprocessing.
Is used to track the progress of the multiprocessing.
- __init__(total=None, current_count=0)¶
Create a new SimpleCallbackFn instance.
Methods
__init__([total, current_count])Create a new SimpleCallbackFn instance.