class Async::Container::Threaded::Child

def restart!

Raise {Restart} in the child thread.
def restart!
	@thread.raise(Restart)
end