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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.