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 QuadCorei8085, asvetlov, yselivanov
Date 2021-09-14.10:45:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631616300.17.0.304659931952.issue45194@roundup.psfhosted.org>
In-reply-to
Content
asyncio provides the preemptive concurrency, not the real-time one.
It means that the exact time of task switches depends on other tasks' execution and can vary by design.

Sorry, the jitter is unavoidable.
History
Date User Action Args
2021-09-14 10:45:00asvetlovsetrecipients: + asvetlov, yselivanov, QuadCorei8085
2021-09-14 10:45:00asvetlovsetmessageid: <1631616300.17.0.304659931952.issue45194@roundup.psfhosted.org>
2021-09-14 10:45:00asvetlovlinkissue45194 messages
2021-09-14 10:45:00asvetlovcreate