class Async::LimitedQueue

def limit

@attribute [Integer] The maximum number of items that can be enqueued.
def limit
	@delegate.max
end