class Async::Container::Group

def inspect

@returns [String] A human-readable representation of the group.
def inspect
	"#<#{self.class} running=#{@running.size}>"
end