Package org.jactr.core.concurrent

Class Summary
ExecutorServices  
ModelCycleExecutor model cycle executor allows you to execute runnable code either before or after any cycle.
SafeExecutorService An executor that can be wrapped around others and will check to be sure that any execute calls are not made from a thread that is managed by this executor service.
SafeExecutorThreadFactory