class Async::Container::Generic
def to_s
A human readable representation of the container.
def to_s "#{self.class} with #{@statistics.spawns} spawns and #{@statistics.failures} failures." end
def to_s "#{self.class} with #{@statistics.spawns} spawns and #{@statistics.failures} failures." end