Module: Pione::DRbPatch

Defined in:
lib/pione/patch/drb-patch.rb

Defined Under Namespace

Classes: BadRequestError, ClientRequest, PioneDRbConn, PioneDRbMessage, PioneDRbServer, PioneTCPSocket, ReplyReader, ReplyReaderError, RequestInvoker, RequestLooper

Class Method Summary collapse

Class Method Details

.waiter_tableObject

Return waiter table for the aim that clients enable to wait to receive the reply.



9
10
11
# File 'lib/pione/patch/drb-patch.rb', line 9

def self.waiter_table
  @waiter_table ||= Pione::Util::WaiterTable.new
end