Home | History | Annotate | Download | only in concurrent

Lines Matching defs:biRunStage

1280     private CompletableFuture<Void> biRunStage(Executor e, CompletionStage<?> o,
2086 return biRunStage(null, other, action);
2091 return biRunStage(defaultExecutor(), other, action);
2097 return biRunStage(screenExecutor(executor), other, action);