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

def name= value

@parameter value [String] The name to set.
Set the name of the thread.
def name= value
	@thread.name = value
end