See: Description
Interface | Description |
---|---|
AsyncWaiter.ConditionListener |
Condition listener.
|
CallableExecutor |
Call-able executor.
|
CriticalSectionExecutor |
Provides a simple but useful abstraction for controlling (Locking) access
by multiple processes to a common resource in a parallel programming or
multi-user environment.
|
RunnableExecutor |
Runnable executor.
|
ThreadExecutor |
Thread executor.
|
ThreadMonitor.ThreadListener |
Thread listener.
|
Class | Description |
---|---|
AsyncWaiter |
A task that waits for a condition or predicate to hold.
|
Blocker |
A class that blocks the current thread until some condition is met.
|
DefaultThreadExecutor |
Thread executor implementation.
|
LockCriticalSectionExecutor |
Critical section executor that uses a
Lock as the underlying
mechanism for synchronization. |
LoggerThreadListener |
Thread listener that writes the state to log files.
|
NamedCallable<T> |
Callable decorator that names the thread it executes on.
|
NamedRunnable |
Runnable decorator that names the thread it executes on.
|
ReadWriteCriticalSectionExecutor |
Critical section executor for readers and writers.
|
SemaphoreCriticalSectionExecutor |
Critical section executor that uses semaphores as the underlying mechanism
for synchronization.
|
ThreadMonitor |
ThreadExecutor proxy used to track threads. |
ThreadMonitor.ThreadExecutionState |
Thread execution state.
|
Waiter |
A class that blocks the current thread until some condition is met.
|
Copyright © 2015. All Rights Reserved.