Class: RightSpeed::Listener::FairListener
- Inherits:
-
RoundRobinListener
- Object
- SimpleListener
- RoundRobinListener
- RightSpeed::Listener::FairListener
- Defined in:
- lib/right_speed/listener.rb
Instance Attribute Summary
Attributes inherited from RoundRobinListener
Attributes inherited from SimpleListener
Instance Method Summary collapse
Methods inherited from RoundRobinListener
Methods inherited from SimpleListener
Constructor Details
This class inherits a constructor from RightSpeed::Listener::SimpleListener
Instance Method Details
#wait ⇒ Object
74 75 76 |
# File 'lib/right_speed/listener.rb', line 74 def wait # nothing to wait - @ractor.take consumes accepted connections unexpectedly end |