logo

Module erdos::node

source · []
Expand description

Data structures for executing and ERDOS application.

ERDOS applications may run across one or several nodes connected via TCP, as set in the Configuration. The new_app helper function may be useful in scaling from one node to many via command line arguments.

Currently, operators are manually scheduled to a Node via the OperatorConfig. By default, they are scheduled on node 0. We are looking into more elegant solutions for scheduling operators, and hope to provide a versatile solution.

Structs

Structure which executes a portion of an ERDOS application.

Handle to a Node running asynchronously.

Type Definitions

Unique index for a Node.