Package org.simpleframework.util.thread
-
Class Summary Class Description Daemon TheDaemonobject provides a named daemon thread which will execute therunmethod when started.DirectExecutor TheDirectExecutorobject is used for synchronous execution of tasks.PoolExecutor ThePoolExecutorobject is used to execute tasks in a thread pool.Scheduler TheSchedulerobject is used to schedule tasks for execution.