| 接口 | 说明 |
|---|---|
| TaskInterceptor | |
| Threads.ThreadGroupPredicate |
A predicate for selecting threadgroups.
|
| Threads.ThreadPredicate |
A predicate for selecting threads.
|
| 类 | 说明 |
|---|---|
| Atomics | |
| BlockingMode |
A type-safe enum for the BasicThreadPool blocking mode.
|
| CommonThreadFactory |
Assume :
1) one prefix to many factory
2) one factory to many thread
|
| ExclusiveExecutor |
这是一个独占的线程池,每一个任务都将独占一个线程。
|
| ImmediateExecutor |
Executor which execute tasks in the callers thread. |
| MpscQueue<E> |
An optionally-bounded blocking queue based on
linked nodes.
|
| ThreadPoolProperties | |
| Threads | |
| Threads.NamePredicate |
A predicate implementation which matches a thread or threadgroup name.
|
| Threads.ThreadIdPredicate |
A predicate implementation which matches a thread id.
|
| Uninterrupteds |
Utilities for treating interruptible operations as uninterruptible.
|
| WrappedCallable<V> | |
| WrappedRunnable | |
| WrappedTask<V> | |
| WrappedTasks | |
| WrappedThread |
Copyright © 2022. All rights reserved.