class Async::Queue

def size

@returns [Integer] The number of items in the queue.
def size
	@items.size
end