摘要: public static void main(String[] args) { ForkJoinTask<Long> myForkJoinPool = new MyForkJoinPool(1L,999999999L); ForkJoinPool pool = ForkJoinPool.commonPool(); Future<Long> future = pool.submit(myForkJ 阅读全文
posted @ 2019-08-23 17:26 TheQi 阅读(193) 评论(0) 推荐(0) 编辑