# File lib/listen/turnstile.rb, line 20
    def wait
      queue.pop if queue.num_waiting == 0
    end