Module dfir_rs::scheduled::context

source ·
Expand description

Module for the user-facing Context object.

Provides APIs for state and scheduling.

Structs§

  • The main state and scheduler of the Hydroflow instance. Provided as the context API to each subgraph/operator as it is run.