Class | God::DriverEventQueue |
In: |
lib/god/driver.rb
|
Parent: | Object |
The DriverEventQueue is a simple queue that holds TimedEvent instances in order to maintain the schedule of upcoming events.
Wait until the queue has something due, pop it off the queue, and return it.
Returns the popped event.