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
127 128 129 |
# File 'lib/hot_cell/supervisor.rb', line 127 def accepted_at @accepted_at end |
#buffer ⇒ Object
Returns the value of attribute buffer
127 128 129 |
# File 'lib/hot_cell/supervisor.rb', line 127 def buffer @buffer end |
#connection ⇒ Object
Returns the value of attribute connection
127 128 129 |
# File 'lib/hot_cell/supervisor.rb', line 127 def connection @connection end |