Expand description
Event loop for reducer-based pipeline architecture.
This module implements main event loop that coordinates reducer, effect handlers, and orchestration logic. It provides a unified way to run the pipeline using the event-sourced architecture from RFC-004.
Structs§
- Event
Loop Config - Configuration for event loop.
- Event
Loop Result - Result of event loop execution.
Traits§
- Stateful
Handler - Trait for handlers that maintain internal state.
Functions§
- run_
event_ loop - Run the main event loop for the reducer-based pipeline.
- run_
event_ loop_ with_ handler - Run the event loop with a custom effect handler.