Package org.simpleframework.util.thread
package org.simpleframework.util.thread
-
ClassesClassDescriptionThe
Daemonobject provides a named daemon thread which will execute therunmethod when started.TheDirectExecutorobject is used for synchronous execution of tasks.ThePoolExecutorobject is used to execute tasks in a thread pool.TheSchedulerobject is used to schedule tasks for execution.