Home | History | Annotate | Download | only in concurrent

Lines Matching defs:uniWhenComplete

734     static final class UniWhenComplete<T> extends UniCompletion<T,T> {
736 UniWhenComplete(Executor executor, CompletableFuture<T> dep,
744 !d.uniWhenComplete(a = src, fn, mode > 0 ? null : this))
751 final boolean uniWhenComplete(CompletableFuture<T> a,
753 UniWhenComplete<T> c) {
788 if (e != null || !d.uniWhenComplete(this, f, null)) {
789 UniWhenComplete<T> c = new UniWhenComplete<T>(e, d, this, f);