# File lib/mongo/semaphore.rb, line 21
    def initialize
      @lock = Mutex.new
      @cv = ConditionVariable.new
    end