]> granicus.if.org Git - python/commit
Issue #20311: asyncio: Add a granularity attribute to BaseEventLoop: maximum
authorVictor Stinner <victor.stinner@gmail.com>
Sat, 25 Jan 2014 14:01:33 +0000 (15:01 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Sat, 25 Jan 2014 14:01:33 +0000 (15:01 +0100)
commitf67255ab94742b017697bdedfd4c8eb25dac6f82
tree391dc1e1c5a305ae4cc9bccec135a9bb6206e37f
parent635fca9704b102a97233a3af18231a7b649d0169
Issue #20311: asyncio: Add a granularity attribute to BaseEventLoop: maximum
between the resolution of the BaseEventLoop.time() method and the resolution of
the selector. The granuarility is used in the scheduler to round time and
deadline.
Doc/library/asyncio-eventloop.rst
Lib/asyncio/base_events.py
Lib/asyncio/selector_events.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_selector_events.py
Misc/NEWS