Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ea277a commit 293e9f8Copy full SHA for 293e9f8
1 file changed
Doc/library/sched.rst
@@ -20,8 +20,7 @@ scheduler:
20
The :class:`scheduler` class defines a generic interface to scheduling events.
21
It needs two functions to actually deal with the "outside world" --- *timefunc*
22
should be callable without arguments, and return a number (the "time", in any
23
- units whatsoever). If time.monotonic is not available, the *timefunc* default
24
- is time.time instead. The *delayfunc* function should be callable with one
+ units whatsoever). The *delayfunc* function should be callable with one
25
argument, compatible with the output of *timefunc*, and should delay that many
26
time units. *delayfunc* will also be called with the argument ``0`` after each
27
event is run to allow other threads an opportunity to run in multi-threaded
0 commit comments