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 Валентин Бурченя
Recipients asvetlov, yselivanov, Валентин Бурченя
Date 2019-06-14.11:04:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560510298.69.0.624595615932.issue37281@roundup.psfhosted.org>
In-reply-to
Content
Sorry, you right! But why not set_result and set_exception?
My code: waiter_task.add_done_callback(lambda f: f.result()) because i don't wont to store my running tasks in the array but i must query awaiteable for the result.
Thank you for a reply.
History
Date User Action Args
2019-06-14 11:04:58Валентин Бурченяsetrecipients: + Валентин Бурченя, asvetlov, yselivanov
2019-06-14 11:04:58Валентин Бурченяsetmessageid: <1560510298.69.0.624595615932.issue37281@roundup.psfhosted.org>
2019-06-14 11:04:58Валентин Бурченяlinkissue37281 messages
2019-06-14 11:04:58Валентин Бурченяcreate