Skip to content
Snippets Groups Projects
  • J. Nick Koston's avatar
    790c1bc2
    Decrease event loop latency by binding time.monotonic to loop.time directly (#98288) · 790c1bc2
    J. Nick Koston authored
    * Decrease event loop latency by binding time.monotonic to loop.time directly
    
    This is a small improvment to decrease event loop latency. While the goal is
    is to reduce Bluetooth connection time latency, everything using asyncio
    is a bit more responsive as a result.
    
    * relo per comments
    
    * fix too fast by adding resolution, ensure monotonic time is patchable by freezegun
    
    * fix test that freezes time too late and has a race loop
    790c1bc2
    History
    Decrease event loop latency by binding time.monotonic to loop.time directly (#98288)
    J. Nick Koston authored
    * Decrease event loop latency by binding time.monotonic to loop.time directly
    
    This is a small improvment to decrease event loop latency. While the goal is
    is to reduce Bluetooth connection time latency, everything using asyncio
    is a bit more responsive as a result.
    
    * relo per comments
    
    * fix too fast by adding resolution, ensure monotonic time is patchable by freezegun
    
    * fix test that freezes time too late and has a race loop
Code owners
Assign users and groups as approvers for specific file changes. Learn more.