//! Handler delivery: backpressure and dead-letter queue.
//!
//! [`WorkerPool`] bounds concurrent handler tasks per subscription partition.
//! [`DlqSink`] records metadata-only DLQ rows when identity reconstruction, handler errors, or
//! checkpoint persistence fail during executor dispatch.
pub use ;
pub use WorkerPool;