module Pione::DRbPatch

Public Class Methods

waiter_table() click to toggle source

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

# File lib/pione/patch/drb-patch.rb, line 9
def self.waiter_table
  @waiter_table ||= Pione::Util::WaiterTable.new
end