class Async::Container::Generic

def to_s

@returns [String]
A human readable representation of the container.
def to_s
	"#{self.class} with #{@statistics.spawns} spawns and #{@statistics.failures} failures."
end