CompletionService 线程池结果处理
使用说明:public static void eventSend(){ List<String> list = Arrays.asList(new String[]{"1","2","3"}); List<String> result = new ArrayList<>(); ThreadPoolExecutor executor =null; try { executor =





