Class | God::Driver |
In: |
lib/god/driver.rb
|
Parent: | Object |
thread | [R] | The Thread running the driver loop. |
Queue an asynchronous message.
name - The Symbol name of the operation. args - An optional Array of arguments.
Returns nothing.
Create and schedule a new DriverEvent.
condition - The Condition. delay - The Numeric number of seconds to delay (default: interval
defined in condition).
Returns nothing.