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 <[email protected]>
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: <[email protected]>
2017-12-17 12:22:02asvetlovlinkissue32351 messages
2017-12-17 12:22:02asvetlovcreate