Method: Explorer::Server::IPC#run

Defined in:
lib/explorer/server/ipc.rb

#runObject



27
28
29
# File 'lib/explorer/server/ipc.rb', line 27

def run
  loop { async.handle_connection @server.accept }
end