class Hamster::ReadCopyUpdateHash

def initialize

def initialize
  @hash = EmptyHash
  @lock = Mutex.new
end