Kaydet (Commit) fd9d374a authored tarafından Victor Stinner's avatar Victor Stinner

Issue #20493: Document that asyncio should not exceed one day

üst 86516d92
......@@ -157,6 +157,10 @@ Which clock is used depends on the (platform-specific) event loop
implementation; ideally it is a monotonic clock. This will generally be
a different clock than :func:`time.time`.
.. note::
Timeouts (relative *delay* or absolute *when*) should not exceed one day.
.. method:: BaseEventLoop.call_later(delay, callback, *args)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment