# File lib/thin/backends/base.rb, line 42 def start @stopping = false EventMachine.run do connect @running = true end end