Skip to main content

Module runtime

Module runtime 

Source
Expand description

Runtime context for graph execution

The runtime provides external dependencies and execution metadata to nodes.

Structs§

ExecutionInfo
Execution metadata for a graph run
Heartbeat
Heartbeat mechanism for long-running nodes
HeartbeatWatcher
Watches heartbeats and detects staleness for idle timeout detection
ManagedValues
Managed values for step tracking
RunControl
Collaborative drain control for graceful shutdown
Runtime
Execution context for graph nodes

Traits§

StreamWriterTrait
Non-generic stream writer trait for Runtime integration.