Searched refs:orRun (Results 1 – 1 of 1) sorted by relevance
1513 !d.orRun(a = src, b = snd, fn, mode > 0 ? null : this)) in tryFire()1520 final boolean orRun(CompletableFuture<?> a, CompletableFuture<?> b, in orRun() method in CompletableFuture1549 if (e != null || !d.orRun(this, b, f, null)) { in orRunStage()