Module state

Module state 

Source
Available on crate feature graph only.
Expand description

State management for graph execution

Provides typed state with reducers for controlling how updates are merged.

Structs§

Channel
Channel definition for a state field
Checkpoint
Checkpoint data structure for persistence
StateSchema
State schema defines channels and their reducers
StateSchemaBuilder
Builder for StateSchema

Enums§

Reducer
Reducer determines how state updates are merged

Type Aliases§

State
Graph state - a map of channel names to values