软件包 | 描述 |
---|---|
java.util.concurrent |
在并发编程中常用的实用类。
|
Modifier and Type | Class and Description |
---|---|
class |
ForkJoinPool
运行一个
ExecutorService
ForkJoinTask s。
|
class |
ScheduledThreadPoolExecutor
一个
ThreadPoolExecutor 可以另外安排的命令来运行在一个给定的延迟,或定期执行。
|
class |
ThreadPoolExecutor
一个
ExecutorService 执行每个提交的任务使用一个可能几个池线程,使用
Executors 工厂方法通常配置。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.