//! Cascade propagation.
//!
//! Pushes environment/topology/state changes from root to child canisters.
//! This is orchestration logic (fanout), not storage and not placement strategy.
use crate::;
const SYNC_CALL_WARN_THRESHOLD: usize = 10;
///
/// Helpers
///