class Async::Container::Threaded::Child::Status

def to_s

A human readable representation of the status.
def to_s
	"\#<#{self.class} #{success? ? "success" : "failure"}>"
end