# File lib/em/queue.rb, line 19
    def initialize
      @items = []
      @popq  = []
    end