Expand description
Hydroflow’s outer scheduled layer. Deals with inter-subgraph runtime data-passing and scheduling.
The most important item is the Hydroflow
struct. Most of the items in this
module are supporting the implementation of the Hydroflow
struct and its operation.
Modules§
- Module for the user-facing
Context
object. - Module for the
Hydroflow
struct and helper items. - Helper extensions for
Hydroflow
. - Module for all
Handoff
-related items. - This module contiains networking code.
- Organizational module for Hydroflow Send/RecvCtx structs and Input/OutputPort structs.
- Old query API, where each operator is a single subgraph. Deprecated.
- Module for
Reactor
. - Module for
StateHandle
, part of the “state API”. - This module contains types to work with ticks.
Structs§
- A handoff’s ID. Invalid if used in a different
graph::Hydroflow
instance than the original that created it. - A staten handle’s ID. Invalid if used in a different
graph::Hydroflow
instance than the original that created it. - A subgraph’s ID. Invalid if used in a different
graph::Hydroflow
instance than the original that created it.