Method: God::Driver#thread

Defined in:
lib/god/driver.rb

#threadObject (readonly)

The Thread running the driver loop.



169
170
171
# File 'lib/god/driver.rb', line 169

def thread
  @thread
end