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



102
103
104
# File 'lib/hot_cell/supervisor.rb', line 102

def accepted_at
  @accepted_at
end

#bufferObject

Returns the value of attribute buffer

Returns:

  • (Object)

    the current value of buffer



102
103
104
# File 'lib/hot_cell/supervisor.rb', line 102

def buffer
  @buffer
end

#connectionObject

Returns the value of attribute connection

Returns:

  • (Object)

    the current value of connection



102
103
104
# File 'lib/hot_cell/supervisor.rb', line 102

def connection
  @connection
end