Home | History | Annotate | Download | only in python2.7

Lines Matching refs:delay

9 implement a delay.  You can implement real-time scheduling by
12 also be used to integrate scheduling with STDWIN events; the delay
29 # XXX the global state of your particular time and delay functions.
40 """Initialize a new instance, passing the time and delay
57 def enter(self, delay, priority, action, argument):
63 time = self.timefunc() + delay
83 When there is a positive delay until the first event, the
84 delay function is called and the event is left in the queue;
87 the delay function returns prematurely, it is simply
90 It is legal for both the delay function and the action
96 just after an event is executed, a delay of 0 is executed, to