ForkJoinPool 主要用于实现“分而治之”的算法,特别是分治之后递归调用的函数,例如quick sort 等。 ForkJoinPool 最适合的是计算密集型的任务,如果存在I/ ...
確定! 回上一頁