What's the advantage of a Java-5 ThreadPoolExecutor over a Java-7 ForkJoinPool?

前端 未结 0 400
春和景丽
春和景丽 2020-12-23 05:17

Java 5 has introduced support for asynchronous task execution by a thread pool in the form of the Executor framework, whose heart is the thread pool implemented by java.util

相关标签:
回答
  • 消灭零回复
提交回复
热议问题