Package org.simpleframework.common.thread
package org.simpleframework.common.thread
-
ClassDescriptionThe
ConcurrentExecutor
object is used to execute tasks in a thread pool.TheConcurrentScheduler
object is used to schedule tasks for execution.TheDaemon
object provides a named thread which will execute therun
method when started.TheDaemonFactory
object is used to build threads and prefix the thread with a type name.TheExecutorQueue
object is used to queue tasks in a thread pool.TheScheduler
interface represents a means to execute a task immediately or after a specified delay.TheSchedulerQueue
object is used to schedule tasks for execution.TheSynchronousExecutor
object is used for synchronous execution of tasks.