Class: Officer::Server::ShutdownConnection

Inherits:
EventMachine::Connection
  • Object
show all
Defined in:
lib/officer/server.rb

Instance Method Summary collapse

Instance Method Details

#unbindObject



5
6
7
# File 'lib/officer/server.rb', line 5

def unbind
  EM::stop_event_loop
end