static AutoCloseable tempThreadPoolExecutor(ThreadPoolExecutor e) { ret e == null ? null : () -> e.shutdown(); }