Skip to main content

Module config

Module config 

Source
Expand description

Event loop configuration and initialization.

This module defines configuration types and initialization logic for the reducer-based event loop.

Structs§

EventLoopConfig
Configuration for event loop.
EventLoopResult
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.