Method: Packet::Core::CommonMethods#shutdown

Defined in:
lib/packet/packet_core.rb

#shutdownObject



207
208
209
210
211
# File 'lib/packet/packet_core.rb', line 207

def shutdown
  # @thread_pool.kill_all
  # FIXME: close the open sockets
  exit
end