class Async::Container::Generic

def running?

Whether the container has running children instances.
def running?
	@group.running?
end