// SPDX-License-Identifier: BUSL-1.1
//! Distributed apply machinery — tracks pending Raft proposals and applies
//! committed entries to the local Data Plane.
//!
//! See [`crate::control::wal_replication`] for the full write flow description.
pub use ;
pub use run_apply_loop;
pub use ;