搜索资源列表
UncheckedTimeoutException
- Unchecked version of java.util.concurrent. Timeout Exception.
UncheckedTimeoutException
- Unchecked version of java.util.concurrent.TimeoutException.
Timer
- Timers schedule one-shot or recurring TimerTask tasks for execution. Prefer java.util.concurrent.ScheduledThreadPoolExecutor ScheduledThreadPoolExecutor for new code.
AtomicReference
- An object reference that may be updated atomically. See the {@link java.util.concurrent.atomic package specification for descr iption of the properties of atomic variables.
