Home | History | Annotate | Download | only in concurrent

Lines Matching defs:onCompletion

47  * to trigger the completion action {@link #onCompletion(CountedCompleter)},
73 * optionally override method {@link #onCompletion(CountedCompleter)}
131 * implementation of method {@code onCompletion} is not overridden).
191 * in this tree implements an {@link #onCompletion(CountedCompleter)} method,
271 * in method {@link #onCompletion(CountedCompleter)}. As illustrated in the following
275 * sibling, so that it can be accessed in method {@code onCompletion}.
312 * public void onCompletion(CountedCompleter<?> caller) {
330 * Here, method {@code onCompletion} takes a form common to many
341 * actions inside {@code onCompletion} occur (once) upon completion of
346 * <p><b>Completion Traversals</b>. If using {@code onCompletion} to
402 * public void onCompletion(CountedCompleter<?> caller) { sendPacket(); }
468 public void onCompletion(CountedCompleter<?> caller) {
570 * otherwise invokes {@link #onCompletion(CountedCompleter)}
578 a.onCompletion(s);
591 * #onCompletion(CountedCompleter)} along the completion path:
595 * useful in cases where {@code onCompletion} should not, or need
614 * {@link #onCompletion(CountedCompleter)}, marks this task as
618 * {@link #onCompletion(CountedCompleter)} or marking this task
634 onCompletion(this);