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
54 """Initialize a new instance, passing the time and delay
78 def enter(self, delay, priority, action, argument=(), kwargs=_sentinel):
84 time = self.timefunc() + delay
109 When there is a positive delay until the first event, the
110 delay function is called and the event is left in the queue;
113 the delay function returns prematurely, it is simply
116 It is legal for both the delay function and the action
122 just after an event is executed, a delay of 0 is executed, to
142 delay = True
144 delay = False
146 if delay: