class Slave::ThreadSafeHash

a simple thread safe hash used to map object_id to a set of file descriptors in the LifeLine class. see LifeLine::FDS

a simple thread safe hash used to map object_id to a set of file descriptors in the LifeLine class. see LifeLine::FDS

Public Class Methods

new(*a, &b) click to toggle source
Calls superclass method
# File lib/slave-1.2.1.rb, line 156
def self.new(*a, &b) ThreadSafe.new(super) end