ConcurrentExecutor |
The ConcurrentExecutor object is used to execute tasks
in a thread pool.
|
ConcurrentScheduler |
The ConcurrentScheduler object is used to schedule tasks
for execution.
|
Daemon |
The Daemon object provides a named thread which will
execute the run method when started.
|
DaemonFactory |
The DaemonFactory object is used to build threads
and prefix the thread with a type name.
|
ExecutorQueue |
The ExecutorQueue object is used to queue tasks in
a thread pool.
|
SchedulerQueue |
The SchedulerQueue object is used to schedule tasks
for execution.
|
SynchronousExecutor |
The SynchronousExecutor object is used for synchronous
execution of tasks.
|