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