接口的使用
cn.taketoday.core.task.AsyncListenableTaskExecutor
程序包
说明
This package defines core TaskExecutor abstraction,
and provides SyncTaskExecutor and SimpleAsyncTaskExecutor implementations.
Support classes for TaskExecutor abstraction.
-
cn.taketoday.core.task中AsyncListenableTaskExecutor的使用
修饰符和类型类说明classTaskExecutorimplementation that fires up a new Thread for each task, executing it asynchronously. -
cn.taketoday.core.task.support中AsyncListenableTaskExecutor的使用
修饰符和类型类说明classAdapter that takes a JDKjava.util.concurrent.Executorand exposes aTaskExecutorfor it.