File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -119,9 +119,11 @@ Scheduler Objects
119
119
function passed to the constructor) for the next event, then execute it and so
120
120
on until there are no more scheduled events.
121
121
122
- If *blocking * is false executes the scheduled events due to expire soonest
123
- (if any) and then return the deadline of the next scheduled call in the
124
- scheduler (if any).
122
+ If *blocking * is false, immediately executes all events in the queue which have
123
+ a time value less than or equal to the current *timefunc * value (if any) and
124
+ returns the difference between the current *timefunc * value and the time value
125
+ of the next scheduled event in the scheduler's event queue. If the queue is
126
+ empty, returns None.
125
127
126
128
Either *action * or *delayfunc * can raise an exception. In either case, the
127
129
scheduler will maintain a consistent state and propagate the exception. If an
You can’t perform that action at this time.
0 commit comments