coldbox.system.async.tasks

class summary
Executor This is the ColdBox Executor class which connects your code to the Java
FutureTask This is a ColdBox Future Task object modeled and backed by Java's Future interface but with Dynamic Goodness!
ScheduledExecutor This is a specialized executor that deals with scheduled tasks using
ScheduledFuture This is a ColdBox Scheduled Future object modeled and backed by Java's ScheduledFuture & Future interface but with Dynamic Goodness!
ScheduledTask