< prev index next >

src/java.base/share/classes/java/util/concurrent/ForkJoinPool.java

Print this page

        

*** 107,117 **** * tasks that are already executing in a pool should normally instead * use the within-computation forms listed in the table unless using * async event-style tasks that are not usually joined, in which case * there is little difference among choice of methods. * ! * <table BORDER CELLPADDING=3 CELLSPACING=1> * <caption>Summary of task execution methods</caption> * <tr> * <td></td> * <td style="text-align:center"> <b>Call from non-fork/join clients</b></td> * <td style="text-align:center"> <b>Call from within fork/join computations</b></td> --- 107,117 ---- * tasks that are already executing in a pool should normally instead * use the within-computation forms listed in the table unless using * async event-style tasks that are not usually joined, in which case * there is little difference among choice of methods. * ! * <table class="plain"> * <caption>Summary of task execution methods</caption> * <tr> * <td></td> * <td style="text-align:center"> <b>Call from non-fork/join clients</b></td> * <td style="text-align:center"> <b>Call from within fork/join computations</b></td>
< prev index next >