// SPDX-License-Identifier: BUSL-1.1
//! Control-Plane write-admission gate: the single seam every write-class
//! `PhysicalPlan` passes through before it is enqueued to a Data-Plane core.
//! Uncontended point writes take the fast path holding per-vShard deterministic
//! locks; contended and bulk writes route to the Calvin scheduler.
pub use ;
pub use ;
pub use ;
pub use KeyedWriteOrderLock;