// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2025 ReifyDB
//! Deferred (CDC-driven) view processing subsystem.
//!
//! Deferred views are updated asynchronously: writes commit first, then CDC events
//! trigger view updates in background workers.
pub
pub
pub
pub
pub
pub