class Async::Container::Statistics
def as_json(...)
Generate a hash representation of the statistics.
def as_json(...) { spawns: @spawns, restarts: @restarts, failures: @failures, } end
def as_json(...) { spawns: @spawns, restarts: @restarts, failures: @failures, } end