See: Description
Interface | Description |
---|---|
LingeringActivity |
Interface for lingering activities.
|
Message |
A marker interface which other classes need to be implement to be usable as actor messages.
|
Class | Description |
---|---|
Actor<MessageType> |
The actor uses a concurrent linked-list of DDCs to store and process messages.
|
Actor.MessageData<MessageType> | |
ActorRuntimeHelper |
Factory for creating Activity instances used by actors.
|
ConcurrentNode<Value> |
An implementation of a concurrent linked-list.
|
LingeringHabaneroActivity |
A concrete implementation of a @see HabaneroActivity which delays its execution by claiming not to be ready until
forced to be ready.
|
RunnableHabaneroActivity |
A concrete implementation of a @see HabaneroActivity which accepts a runnable block to execute.
|
Enum | Description |
---|---|
Actor.EventType |
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.