class Async::Queue

def pop

Compatibility with {::Queue#pop}.
def pop
	self.dequeue
end