class Async::Container::Group

def any?

@returns [Boolean]
Whether the group contains any running processes.
def any?
	@running.any?
end