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