class Async::Container::Threaded::Child

def name

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