程序包 cn.taketoday.core.task.support
package cn.taketoday.core.task.support
Support classes for TaskExecutor abstraction.
Includes an adapter for the standard ExecutorService interface.
-
类类说明Composite
TaskDecoratorthat delegates to other task decorators.Adapter that exposes theExecutorinterface for anyTaskExecutor.TaskDecoratorthatwrap the executionof tasks, assisting with context propagation.Adapter that takes aTaskExecutorand exposes a fulljava.util.concurrent.ExecutorServicefor it.Adapter that takes a JDKjava.util.concurrent.Executorand exposes aTaskExecutorfor it.