# File lib/monitor.rb, line 165
    def initialize(monitor)
      @monitor = monitor
      @waiters = []
    end