Package org.jboss.threads
package org.jboss.threads
-
ClassDescriptionAn interface which supports asynchronous cancellation.AsyncFuture<T>This interface represents the result of an asynchronous future task, which provides all the features of
Futurewhile also adding several additional convenience methods and the ability to add asynchronous callbacks.An abstract base class for an implementation of theListenerinterface.AsyncFuture.Listener<T,A> A listener for an asynchronous future computation result.The possible statuses of anAsyncFuture.Deprecated.This class is not friendly towards virtual threads.A handler for propagating context from a task submitter to a task execution.A task-or-thread queue backed thread pool executor service.The builder class for anEnhancedQueueExecutor.A thread interrupt handler.JBoss thread- and executor-related utility and factory methods.A JBoss thread.A factory forJBossThreadinstances.A version ofThreadPoolExecutorwhich implementsManageableThreadPoolExecutorServicein order to allow opting out of usingEnhancedQueueExecutor.Thrown when a task is submitted to an executor which is in the process of, or has completed shutting down.An executor service that is actually a "view" over another executor service.