Module src.qollib.processing.testing
Mocks for testing multi processing functionality.
@author: hoelken
Functions
def sequentially(func, args, workers=None)
-
Method mimics the
simultaneous
orthreaded
methods, but calls everything in sequence. :param func: function to call :param args: arguments to call the function with :param workers: Ignored :return: result of the call.