// SPDX-License-Identifier: BUSL-1.1
//! Async Data Plane dispatch helpers for the sync WebSocket listener.
//!
//! Contains async functions that cross the Control Plane / Data Plane boundary
//! via the SPSC bridge: shape-subscription snapshot queries and CRDT delta
//! constraint validation.
pub use apply_delta_and_finalize;
pub use ;