Package org.simpleframework.common.thread
package org.simpleframework.common.thread
-
ClassDescriptionThe
ConcurrentExecutorobject is used to execute tasks in a thread pool.TheConcurrentSchedulerobject is used to schedule tasks for execution.TheDaemonobject provides a named thread which will execute therunmethod when started.TheDaemonFactoryobject is used to build threads and prefix the thread with a type name.TheExecutorQueueobject is used to queue tasks in a thread pool.TheSchedulerinterface represents a means to execute a task immediately or after a specified delay.TheSchedulerQueueobject is used to schedule tasks for execution.TheSynchronousExecutorobject is used for synchronous execution of tasks.