| Interface | Description |
|---|---|
| Scheduler |
The
Scheduler interface represents a means to execute
a task immediately or after a specified delay. |
| Class | Description |
|---|---|
| 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. |
| SynchronousExecutor |
The
SynchronousExecutor object is used for synchronous
execution of tasks. |
Copyright © 2025. All rights reserved.