socketry / nio4r

Cross-platform asynchronous I/O primitives for scalable network clients and servers.
Other
965 stars 86 forks source link

Polish examples/echo_server.rb #229

Closed piecehealth closed 4 years ago

piecehealth commented 4 years ago
  def run
    loop do
      @selector.select { |monitor| monitor.value.call(monitor) }
    end
  end

The argument monitor seems useless.

ioquatix commented 4 years ago

Thanks for your contribution!