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
Contextobject. - Module for the
Dfirstruct and helper items. - Helper extensions for
Dfir. - 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 staten handle’s ID. Invalid if used in a different
graph::Dfirinstance than the original that created it.
Enums§
- Tag for
HandoffId. - Tag for
SubgraphId.
Type Aliases§
- A handoff’s ID. Invalid if used in a different
graph::Dfirinstance than the original that created it. - A subgraph’s ID. Invalid if used in a different
graph::Dfirinstance than the original that created it.