10 2023 档案
使用Guava的ListenableFuture完成异步多线程任务并返回结果
摘要:private static ExecutorService executors = new ThreadPoolExecutor(5, 20, 0L, TimeUnit.MILLISECONDS, new LinkedBlockingQueue<Runnable>(10), new ThreadF 阅读全文
posted @ 2023-10-17 14:54 十七年蝉 阅读(190) 评论(0) 推荐(0)