class Concurrent::SynchronizedDelegator

def initialize(obj)

def initialize(obj)
  __setobj__(obj)
  @monitor = Monitor.new
end