Package org.simpleframework.util.thread
package org.simpleframework.util.thread
-
ClassesClassDescriptionThe
Daemon
object provides a named daemon thread which will execute therun
method when started.TheDirectExecutor
object is used for synchronous execution of tasks.ThePoolExecutor
object is used to execute tasks in a thread pool.TheScheduler
object is used to schedule tasks for execution.