| Package | Description |
|---|---|
| edu.rice.hj.experimental |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
ModuleY.forallItems(int numTasks,
HjIndexable<T> items,
HjProcedure<T> processBody)
Task farming support while processing items.
|
static <T> void |
ModuleY.forallItemsSusp(int numTasks,
HjIndexable<T> items,
HjSuspendingProcedure<T> processBody)
Task farming support while processing items.
|
static <T> void |
ModuleY.forasyncItems(int numTasks,
HjIndexable<T> items,
HjProcedure<T> processBody)
Task farming support while processing items.
|
static <T> void |
ModuleY.forasyncItemsSusp(int numTasks,
HjIndexable<T> items,
HjSuspendingProcedure<T> processBody)
Task farming support while processing items.
|
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.