Package com.notuvy.thread

Interface Summary
IdlenessMonitorable Created by IntelliJ IDEA.
ThreadControllable Any worker managed by ThreadControl.
 

Class Summary
ContinuousExecution Basically an infinite loop with a sleep period (to avoid CPU saturation).
IdleMonitor A utility to perform periodic task which are keyed off a given amount of idle time.
IdleMonitor.Context  
MultiRunnable A Runnable that is a list of Runnables.
NamedThreadFactory A ThreadFactory that sets an explicit name for the Thread and also defaults it to be a daemon and sets a simple uncaught exception handler.
ThreadControl Flags which control the operation of a worker thread.
ThreadControlGroup A collection of controllable workers.
ThreadMonitor Allow heartbeat monitoring of a thread.
ThreadWorker A separate thread engine that executes a given Runnable.
 



Copyright © 2013. All Rights Reserved.