class Async::Container::Generic

def failed?

@returns [Boolean]
Whether any failures have occurred within the container.
def failed?
	@statistics.failed?
end