| class summary | |
|---|---|
| Future | This is the ColdBox Future object modeled and backed by Java's CompletableFuture but with Dynamic Goodness! | 
| FutureTask | This is a ColdBox Future Task object modeled and backed by Java's Future interface but with Dynamic Goodness! | 
| ScheduledFuture | This is a ColdBox Scheduled Future object modeled and backed by Java's ScheduledFuture & Future interface but with Dynamic Goodness! | 
| ScheduledTask | This object represents a scheduled task that will be sent in to a scheduled executor for scheduling | 
| Scheduler | The Async Scheduler is in charge of registering scheduled tasks, starting them, monitoring them and shutting them down if needed |