99100101102103104105106107108109
Runtime.getRuntime().addShutdownHook(new Thread() { @Override public void run() { controller.stopAndWait(); twillRunner.stopAndWait(); } }); try { Services.getCompletionFuture(controller).get();
6970717273747576777879