Class: Slave::ThreadSafeHash

Inherits:
Hash
  • Object
show all
Defined in:
lib/slave.rb,
lib/slave-1.2.1.rb

Overview

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

Class Method Summary collapse

Class Method Details

.new(*a, &b) ⇒ Object



161
# File 'lib/slave.rb', line 161

def self.new(*a, &b) ThreadSafe.new(super) end