Searched defs:Completion (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DCompletableFuture.java138 * Dependent actions are represented by Completion objects linked
139 * as Treiber stacks headed by field "stack". There are Completion
145 * Completion extends ForkJoinTask to enable async execution
153 * * A Completion class with name X corresponding to function,
163 * arranges its async execution by executing its Completion
167 * * Completion method tryFire(int mode) invokes the associated x
180 * immediately. Otherwise a Completion c is created, pushed to
215 * postFire). Completion fields need not be declared as final or
221 volatile Completion stack; // Top of Treiber stack of dependent actions
227 final boolean casStack(Completion cm
435 abstract static class Completion extends ForkJoinTask<Void> class in class:CompletableFuture
[all...]

Completed in 73 milliseconds