Class: HotCell::Supervisor::Pending
- Inherits:
-
Struct
- Object
- Struct
- HotCell::Supervisor::Pending
- Defined in:
- lib/hot_cell/supervisor.rb
Overview
A control connection that has not sent its request yet. Reading it non-blockingly is what stops a client that connects and then says nothing from stalling the loop every conversion depends on.
Instance Attribute Summary collapse
-
#accepted_at ⇒ Object
Returns the value of attribute accepted_at.
-
#buffer ⇒ Object
Returns the value of attribute buffer.
-
#connection ⇒ Object
Returns the value of attribute connection.
Instance Attribute Details
#accepted_at ⇒ Object
Returns the value of attribute accepted_at
102 103 104 |
# File 'lib/hot_cell/supervisor.rb', line 102 def accepted_at @accepted_at end |
#buffer ⇒ Object
Returns the value of attribute buffer
102 103 104 |
# File 'lib/hot_cell/supervisor.rb', line 102 def buffer @buffer end |
#connection ⇒ Object
Returns the value of attribute connection
102 103 104 |
# File 'lib/hot_cell/supervisor.rb', line 102 def connection @connection end |