12//! Connection lifecycle, pooling, and health monitoring for IPC. Submodules:
3//! `Manager` (pool + handles), `Types` (`ConnectionHandle`, `Stats`),
4//! `Health` (background checker). Callers spell the full path; no `pub use`.
56pub mod Health;
78pub mod Manager;
910pub mod Types;