Next: Delay-accessing, Previous: Delay class-still unclassified, Up: Delay [Index]
Return the delay at the head of the queue.
Handle a timer event; which can be either: - a schedule or unschedule request (DelayRequestor notNil) - a timer signal (not explicitly specified) We check for timer expiry every time we get a signal.
Run the timer event loop.
Private - Schedule this Delay. Run in the timer process, which is the only one that manipulates Queue.
Start the timer event loop.
Private - Unschedule this Delay. Run in the timer process, which is the only one that manipulates Queue.