module Concurrent::ThreadSafe::Util

def self.new(*args)

def self.new(*args)
  obj = super(*args)
  obj.send(:_mon_initialize)
  obj
end