Package | Description |
---|---|
edu.rice.hj |
The base package for all habanero-java related items.
|
edu.rice.hj.runtime.actors |
The base package for the habanero-java actors support.
|
Modifier and Type | Method and Description |
---|---|
static <MsgType> HjActor<MsgType> |
Module2.newActor(HjProcedure<Pair<HjActor<MsgType>,MsgType>> processor)
Factory method to create a new Actor instance with the specified message processing body.
|
Modifier and Type | Method and Description |
---|---|
static <MsgType> HjActor<MsgType> |
Module2.newActor(HjProcedure<Pair<HjActor<MsgType>,MsgType>> processor)
Factory method to create a new Actor instance with the specified message processing body.
|
Modifier and Type | Class and Description |
---|---|
class |
Actor<MessageType>
The actor uses a concurrent linked-list of DDCs to store and process messages.
|
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.