Class Slave::ThreadSafeHash
In: lib/slave.rb
Parent: Hash
Slave dot/f_1.jpg

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

Methods

new  

Public Class methods

[Source]

     # File lib/slave.rb, line 156
156:       def self.new(*a, &b) ThreadSafe.new(super) end

[Validate]