class Async::Container::Threaded::Child

def to_s

@returns [String]
A human readable representation of the thread.
def to_s
	"\#<#{self.class} #{@thread.name}>"
end