Expand description
Event loop configuration and initialization.
This module defines configuration types and initialization logic for the reducer-based event loop.
Structs§
- Event
Loop Config - Configuration for event loop.
- Event
Loop Result - Result of event loop execution.
Constants§
- MAX_
EVENT_ LOOP_ ITERATIONS - Maximum iterations for the main event loop to prevent infinite loops.
Functions§
- create_
initial_ state_ with_ config - Create initial pipeline state with continuation limits from config.
- overlay_
checkpoint_ progress_ onto_ base_ state - Overlay checkpoint-derived progress onto a config-derived base state.