class Async::Container::Group

def empty?

@returns [Boolean]
Whether the group is empty.
def empty?
	@running.empty?
end