# File lib/listen/turnstile.rb, line 18
    def wait
      @q.pop if @q.num_waiting == 0
    end