Start the run loop in a new Thread.
Returns:
64 65 66
# File 'lib/service.rb', line 64 def start! Thread.new { start } end