class Async::Container::Threaded

def stop

def stop
	@reactors.each(&:stop)
	@threads.each(&:join)
end