Class: HotCell::Supervisor::Pending

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#accepted_atObject

Returns the value of attribute accepted_at

Returns:

  • (Object)

    the current value of accepted_at



127
128
129
# File 'lib/hot_cell/supervisor.rb', line 127

def accepted_at
  @accepted_at
end

#bufferObject

Returns the value of attribute buffer

Returns:

  • (Object)

    the current value of buffer



127
128
129
# File 'lib/hot_cell/supervisor.rb', line 127

def buffer
  @buffer
end

#connectionObject

Returns the value of attribute connection

Returns:

  • (Object)

    the current value of connection



127
128
129
# File 'lib/hot_cell/supervisor.rb', line 127

def connection
  @connection
end