Searched refs:list_of_args (Results 1 – 1 of 1) sorted by relevance
42 def Multithread(function, list_of_args, num_threads=1, init_function=None): argument53 pool.map_async(function, list_of_args).get(9999999)