Package | Description |
---|---|
edu.rice.hj.runtime.actors |
The base package for the habanero-java actors support.
|
Modifier and Type | Class and Description |
---|---|
class |
LingeringHabaneroActivity
A concrete implementation of a @see HabaneroActivity which delays its execution by claiming not to be ready until
forced to be ready.
|
Modifier and Type | Method and Description |
---|---|
static LingeringActivity |
ActorRuntimeHelper.newLingeringActivity(String name,
HjPlace hjPlace)
newLingeringActivity.
|
Modifier and Type | Method and Description |
---|---|
static HabaneroActivity |
ActorRuntimeHelper.newRunnableActivity(LingeringActivity parentActivity,
String name,
Runnable runnable)
newRunnableActivity.
|
static void |
ActorRuntimeHelper.resumeLingeringActivity(LingeringActivity activity)
resumeLingeringActivity.
|
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.