程序包的使用
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 an overloadedAsyncTaskExecutor.execute(Runnable, long)variant with a start timeout parameter as well 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.Exception thrown when aTaskExecutorrejects to accept a given task for execution. -
类说明Extension of the
AsyncTaskExecutorinterface, adding the capability to submit tasks forListenableFutures.Extended interface for asynchronousTaskExecutorimplementations, offering an overloadedAsyncTaskExecutor.execute(Runnable, long)variant with a start timeout parameter as well 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.