# File lib/daemon_kit/em.rb, line 36 def stop ::EM.stop_event_loop if ::EM.reactor_running? Thread.main[:_dk_reactor].join end