程序包 com.alibaba.dubbo.common.concurrent
-
接口概要 接口 说明 ListenableFuture<V> AFuture
that accepts completion listeners. -
类概要 类 说明 ExecutionList A list of listeners, each with an associatedExecutor
, that guarantees that everyRunnable
that is added will be executed afterExecutionList.execute()
is called.ListenableFutureTask<V> AFutureTask
that also implements theListenableFuture
interface.