This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mdk
Recipients Mariatta, chadmiller-amzn, davin, docs@python, mdk, ned.deily, pitrou
Date 2019-09-13.16:55:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568393725.44.0.88739522668.issue33082@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-09-13 16:55:25mdksetrecipients: + mdk, pitrou, ned.deily, docs@python, davin, Mariatta, chadmiller-amzn
2019-09-13 16:55:25mdksetmessageid: <1568393725.44.0.88739522668.issue33082@roundup.psfhosted.org>
2019-09-13 16:55:25mdklinkissue33082 messages
2019-09-13 16:55:25mdkcreate