| Interface | Description |
|---|---|
| CronExecutorService |
Executor service that schedules a runnable task for execution via a cron expression.
|
| Class | Description |
|---|---|
| CronThreadPoolExecutor |
Scheduled thread-pool executor implementation that leverages a Quartz CronExpression to calculate future execution times for scheduled tasks.
|
| DaemonThreadFactory |
ThreadFactory implementation that creates daemon threads.
|
| SemaphoreLock |
An implementation of
Lock using a binary semaphore. |
| SemaphoreReadWriteLock |
Simple
ReadWriteLock implementation that uses a semaphore. |
| SynchronousExecutor |
Executor service that executes tasks in the caller thread.
|