Package org.simpleframework.util.thread
-
Class Summary Class Description Daemon TheDaemon
object provides a named daemon thread which will execute therun
method when started.DirectExecutor TheDirectExecutor
object is used for synchronous execution of tasks.PoolExecutor ThePoolExecutor
object is used to execute tasks in a thread pool.Scheduler TheScheduler
object is used to schedule tasks for execution.