Method: OpenNebulaDriver#start_driver
- Defined in:
- lib/OpenNebulaDriver.rb
#start_driver ⇒ Object
Start the driver. Reads from STDIN and executes methods associated with the messages
141 142 143 144 145 |
# File 'lib/OpenNebulaDriver.rb', line 141 def start_driver loop_thread = Thread.new { loop } start_listener loop_thread.kill end |