AlloViz.AlloViz.utils.dummypool.apply_async

dummypool.apply_async(function, args=[], callback=None)[source]

Execute the function with the passed args

It executes the function with the passed args synchronously, and optionally the specified callback function to the resulting output as well.

Parameters:
functionfunc
argslist
callbackfunc, optional