[issue45194] asyncio scheduler jitter

Andrew Svetlov report at bugs.python.org
Tue Sep 14 06:45:00 EDT 2021


Andrew Svetlov <andrew.svetlov at gmail.com> added the comment:

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.

----------
resolution:  -> wont fix
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45194>
_______________________________________


More information about the Python-bugs-list mailing list