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
-
.waiter_table ⇒ Object
Return waiter table for the aim that clients enable to wait to receive the reply.
Class Method Details
.waiter_table ⇒ Object
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 |