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