class EventMachine::Queue

def initialize

def initialize
  @sink  = []
  @drain = []
  @popq  = []
end