multiprocessing.pool.Pool.starmap_async()

starmap_async(func, iterable[, chunksize[, callback[, error_back]]])

A combination of starmap() and map_async() that iterates over iterable of iterables and calls func with the iterables unpacked. Returns a result object.

New in version 3.3.

doc_python
2016-10-07 17:37:54
Comments
Leave a Comment

Please login to continue.