[issue12708] multiprocessing.Pool is missing a starmap[_async]() method.

Hynek Schlawack report at bugs.python.org
Fri Aug 12 09:34:42 CEST 2011


Hynek Schlawack <hs at ox.cx> added the comment:

No, that's just a helper function like the `mapstar` directly above. args[1] is the iterable with tuples that get unpacked as arguments.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12708>
_______________________________________


More information about the Python-bugs-list mailing list