//! Streaming v2: production-quality additions to the OxiGDAL streaming framework.
//!
//! # Modules
//!
//! | Module | Purpose |
//! |---|---|
//! | [`backpressure`] | Credit-based flow control (producer/consumer credit pools) |
//! | [`session_window`] | Gap-detection session windows with configurable min-events and max-duration |
//! | [`stream_join`] | Temporal stream-to-stream joins (inner / left-outer / interval) |
//! | [`checkpoint`] | Serialisable checkpoint state with in-memory store and manager |
pub use ;
pub use ;
pub use ;
pub use ;