| Package | Description |
|---|---|
| edu.rice.hj.runtime.forkjoin |
The base package for a fork-join based parallel implementation of the HJ runtime.
|
| Modifier and Type | Method and Description |
|---|---|
static SuspendableActivity |
HabaneroActivityFactory.adapt(String activityName,
HjPlace hjPlace,
HjSuspendable suspendable)
Factory method for
SuspendableActivity instances. |
| Modifier and Type | Method and Description |
|---|---|
void |
InvocationStrategy.SuspendableInvocationStrategy.executeTask(SuspendableActivity activityToInvoke)
This method implements the strategy used to invoke Hj activities.
|
void |
InvocationStrategy.SuspendableInvocationStrategy.DefaultStrategy.executeTask(SuspendableActivity activityToInvoke) |
void |
InvocationStrategy.SuspendableInvocationStrategy.AsyncInFinishStrategy.executeTask(SuspendableActivity activityToInvoke) |
void |
InvocationStrategy.SuspendableInvocationStrategy.AsyncInNonHjThreadStrategy.executeTask(SuspendableActivity activityToInvoke) |
Copyright © 2014 Rice University - Department of Computer Science. All rights reserved.