Package com.alibaba.dubbo.common.concurrent

Interface Summary
ListenableFuture<V> A Future that accepts completion listeners.
 

Class Summary
ExecutionList A list of listeners, each with an associated Executor, that guarantees that every Runnable that is added will be executed after ExecutionList.execute() is called.
ListenableFutureTask<V> A FutureTask that also implements the ListenableFuture interface.
 



Copyright © 2012–2017 Alibaba. All rights reserved.