Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Value members
Abstract methods
Returns true if the runtime can take another step.
Returns true if the runtime can take another step.
Attributes
Feed a listOfAtoms
to the runtime.
Feed a listOfAtoms
to the runtime.
Distributes the atoms to the corresponding processing units. Can be used to feed back the outputs
from Completed
steps.
Attributes
Resume a suspended processor for path
and input shuffles
.
Resume a suspended processor for path
and input shuffles
.
Attributes
Take and return the result of a step.
Take and return the result of a step.
Returns Completed
if the step processes an atom until completion.
Returns Suspended
if the processing was suspended, for example due to a ShuffleTask
. A suspended processor will not be able to take another step until it is resume()
d. A suspended processor is resumed through the call resume()
with the corresponding path
and shuffle
side-effects.
Attributes
Inherited methods
Launch an application.
Terminate the runtime.