Interface | Description |
---|---|
ExecutorServiceFactory |
Interface for a factory which constructs executor services.
|
Class | Description |
---|---|
ControllableQueue<T> |
A controllable queue is a priority queue with
ControllableQueue.DelayNode s. |
ControllableQueue.DelayNode<T> |
A delay node in delta queue which records the value
and the total delay (which is the original delay plus the past time).
|
ControllableScheduler |
A controllable scheduler supports jump to a future time and run all
commands within that time period.
|
ExecutorServiceFactories |
Convenience methods for constructing instances of
ExecutorServiceFactory . |
UniqueBlockingQueue<T> |
A blocking queue containing only unique elements, based on LinkedBlockingQueue implementation.
|
Copyright © 2023. All Rights Reserved.