程序包的使用
cn.taketoday.core.task
使用cn.taketoday.core.task的程序包
程序包
说明
This package defines core TaskExecutor abstraction,
and provides SyncTaskExecutor and SimpleAsyncTaskExecutor implementations.
Support classes for TaskExecutor abstraction.
-
类说明Extension of the
AsyncTaskExecutorinterface, adding the capability to submit tasks forListenableFutures.Extended interface for asynchronousTaskExecutorimplementations, offering support forCallable.Subclass of the general ConcurrencyThrottleSupport class, makingbeforeAccess()andafterAccess()visible to the surrounding class.A callback interface for a decorator to be applied to anyRunnableabout to be executed.Simple task executor interface that abstracts the execution of aRunnable.Exception thrown when aTaskExecutorrejects to accept a given task for execution.Internal delegate for virtual thread handling on JDK 21. -
类说明Extension of the
AsyncTaskExecutorinterface, adding the capability to submit tasks forListenableFutures.Extended interface for asynchronousTaskExecutorimplementations, offering support forCallable.A callback interface for a decorator to be applied to anyRunnableabout to be executed.Simple task executor interface that abstracts the execution of aRunnable.