class documentation

class SerialTasks:

View In Hierarchy

Has the same interface as ParallelTasks, but executes tasks directly.
Method __init__ Undocumented
Method add​_task Undocumented
Method join Undocumented
def __init__(self, nproc=1):

Undocumented

Parameters
nproc:intUndocumented
def add_task(self, task_func, arg=None, result_func=None):

Undocumented

Parameters
task​_func:CallableUndocumented
arg:AnyUndocumented
result​_func:CallableUndocumented
def join(self):

Undocumented