# File lib/monitor.rb, line 132
    def initialize(monitor)
      @monitor = monitor
      @cond = ::ConditionVariable.new
    end