Class: RightSpeed::Listener::FairListener

Inherits:
RoundRobinListener show all
Defined in:
lib/right_speed/listener.rb

Instance Attribute Summary

Attributes inherited from RoundRobinListener

#ractor

Attributes inherited from SimpleListener

#sock

Instance Method Summary collapse

Methods inherited from RoundRobinListener

#run, #stop

Methods inherited from SimpleListener

#initialize, #run, #stop

Constructor Details

This class inherits a constructor from RightSpeed::Listener::SimpleListener

Instance Method Details

#waitObject



74
75
76
# File 'lib/right_speed/listener.rb', line 74

def wait
  # nothing to wait - @ractor.take consumes accepted connections unexpectedly
end