摘要:
private ListeningExecutorService executorService = MoreExecutors.listeningDecorator(Executors.newCachedThreadPool()); //jdk1.8的lambda实现 executorService.submit(() -> ctrlStrategy.dump(key, cache)); 阅读全文
posted @ 2017-03-27 21:31
lijianfeng2017
阅读(4770)
评论(0)
推荐(0)