Skip to main content

Module event_loop

Module event_loop 

Source
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§

EventLoopConfig
Configuration for event loop.
EventLoopResult
Result of event loop execution.

Traits§

StatefulHandler
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.