//! Event loop for reducer-based pipeline architecture.
//!
//! This module is now a re-export module for backward compatibility.
//! The actual implementation is in the `app::core` module.
// Re-export StatefulHandler from core
pub use crateEventLoopConfig;
pub use craterun_event_loop_with_handler;
pub use crateStatefulHandler;