class Async::Container::Threaded::Child

def terminate!

Raise {Terminate} in the child thread.
def terminate!
	@thread.raise(Terminate)
end