a simple thread safe hash used to map object_id to a set of file descriptors in the LifeLine class. see LifeLine::FDS
[Source]
# File lib/slave.rb, line 156 156: def self.new(*a, &b) ThreadSafe.new(super) end
[Validate]