程序包的使用
cn.taketoday.util.concurrent
程序包
说明
This package defines core TaskExecutor abstraction,
and provides SyncTaskExecutor and SimpleAsyncTaskExecutor implementations.
Support classes for TaskExecutor abstraction.
Useful generic
java.util.concurrent.Future extensions.-
-
-
类说明Failure callback for a
ListenableFuture.Abstract class that adapts aFutureparameterized over S into aFutureparameterized over T.ExtendFuturewith the capability to accept completion callbacks.Callback mechanism for the outcome, success or failure, from aListenableFuture.Helper class forListenableFutureimplementations that maintains a of success and failure callbacks and helps to notify them.Extension ofFutureTaskthat implementsListenableFuture.Reentrant lock that can be used in a try-with-resources statement.A reentrant lock with a condition that can be used in a try-with-resources statement.Success callback for aListenableFuture.