[docs] [issue33082] multiprocessing docs bury very important 'callback=' args

Julien Palard report at bugs.python.org
Fri Sep 13 12:55:25 EDT 2019


Julien Palard <julien+python at palard.fr> added the comment:

I agree Antoine on this one, if one want the result, It'll get it from the  returned value (.get method in the example), or simply by using the not-async versions and directly get the results as a return value of the call.

Also the given example in the documentation won't work as the result is never waited for, the pool gets destroyed before the sleep have the time to sleep.

----------
nosy: +mdk

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33082>
_______________________________________


More information about the docs mailing list