# File lib/facets/more/semaphore.rb, line 29
  def initialize(initvalue = 0)
    @counter = initvalue
    @waiting_list = []
  end