class Async::Container::Threaded::Child::Instance

def name

@returns [String]
Get the name of the thread.
def name
	@thread.name
end