Uses of Interface
cn.sliew.milky.concurrent.ProgressiveFuture
-
Packages that use ProgressiveFuture Package Description cn.sliew.milky.concurrent -
-
Uses of ProgressiveFuture in cn.sliew.milky.concurrent
Classes in cn.sliew.milky.concurrent with type parameters of type ProgressiveFuture Modifier and Type Interface Description interfaceProgressiveFutureListener<F extends ProgressiveFuture<?>>Subinterfaces of ProgressiveFuture in cn.sliew.milky.concurrent Modifier and Type Interface Description interfaceProgressivePromise<V>SpecialProgressiveFuturewhich is writable.Classes in cn.sliew.milky.concurrent that implement ProgressiveFuture Modifier and Type Class Description classDefaultProgressivePromise<V>Methods in cn.sliew.milky.concurrent that return ProgressiveFuture Modifier and Type Method Description ProgressiveFuture<V>ProgressiveFuture. addListener(FutureListener<? extends Future<? super V>> listener)ProgressiveFuture<V>ProgressiveFuture. await()ProgressiveFuture<V>ProgressiveFuture. removeListener(FutureListener<? extends Future<? super V>> listener)ProgressiveFuture<V>ProgressiveFuture. sync()
-