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 asvetlov
Recipients asvetlov, yselivanov
Date 2017-12-17.12:22:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513513322.7.0.213398074469.issue32351@psf.upfronthosting.co.za>
In-reply-to
Content
Currently asyncio.sleep schedules a callback execution by `loop.call_later()` call, which has the same behavior but 2x slower.
History
Date User Action Args
2017-12-17 12:22:02asvetlovsetrecipients: + asvetlov, yselivanov
2017-12-17 12:22:02asvetlovsetmessageid: <1513513322.7.0.213398074469.issue32351@psf.upfronthosting.co.za>
2017-12-17 12:22:02asvetlovlinkissue32351 messages
2017-12-17 12:22:02asvetlovcreate