class Async::Container::Threaded::Child
def as_json(...)
Convert the child process to a hash, suitable for serialization.
def as_json(...) { name: @thread.name, status: @status&.as_json, } end
def as_json(...) { name: @thread.name, status: @status&.as_json, } end