Contents:
from mpsf import smart_multi_proc def my_func(x): print(x) data = (i for i in range(10)) # dummy data as iterator smart_multi_proc(my_func, data)
gitlab repo link
Index
Module Index
Search Page