class Async::Container::Statistics
def << other
Append another statistics instance into this one.
def << other @spawns += other.spawns @restarts += other.restarts @failures += other.failures end
def << other @spawns += other.spawns @restarts += other.restarts @failures += other.failures end