Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fd9d374

Browse files
committed
Issue #20493: Document that asyncio should not exceed one day
1 parent 86516d9 commit fd9d374

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Doc/library/asyncio-eventloop.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,10 @@ Which clock is used depends on the (platform-specific) event loop
157157
implementation; ideally it is a monotonic clock. This will generally be
158158
a different clock than :func:`time.time`.
159159

160+
.. note::
161+
162+
Timeouts (relative *delay* or absolute *when*) should not exceed one day.
163+
160164

161165
.. method:: BaseEventLoop.call_later(delay, callback, *args)
162166

0 commit comments

Comments
 (0)