method
new
v1_9_3_392 -
Show latest stable
- Class:
DRb::TimerIdConv::TimerHolder2
new(timeout=600)public
No documentation available.
# File lib/drb/timeridconv.rb, line 11
def initialize(timeout=600)
super()
@sentinel = Object.new
@gc = {}
@curr = {}
@renew = {}
@timeout = timeout
@keeper = keeper
end