| Interface | Description |
|---|---|
| AsyncRunnable | |
| IndexThrottle | |
| InitCallable<V> |
A
Callable which can be initialized and should be initialized before being invoked. |
| Initializable |
Something what may be initialized once
|
| InitRunnable |
A
Runnable which can be initialized and should be initialized before being invoked. |
| Throttle |
Throttle can make a decision about the specified thing to pass or to wait.
|
| Class | Description |
|---|---|
| AnyNotNullSharedFutureTaskBase<V> |
Created by kurila on 15.09.16.
|
| AsyncRunnableBase | |
| ContextAwareThreadFactory |
Created by andrey on 23.08.17.
|
| ContextAwareThreadFactory.ContextAwareThread | |
| DaemonBase |
Modifies the async runnable to make sure that all instances are closed by the special method.
|
| RateThrottle |
A semaphore-like non-blocking throttle which permits at the given rate.
|
| SequentialWeightsThrottle |
Created by kurila on 29.03.16.
|
| ThreadUtil |
Created by kurila on 09.09.15.
|
| Enum | Description |
|---|---|
| AsyncRunnable.State |