class Async::Container::Threaded::Child

def interrupt!

Raise {Interrupt} in the child thread.
def interrupt!
	@thread.raise(Interrupt)
end