class Async::Container::Threaded::Child::Instance
def as_json(...)
Generate a hash representation of the thread.
def as_json(...) { process_id: ::Process.pid, thread_id: @thread.object_id, name: @thread.name, } end
def as_json(...) { process_id: ::Process.pid, thread_id: @thread.object_id, name: @thread.name, } end