class Async::Container::Group

def running?

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