pub fn push_external_array(
name: impl Into<String>,
items: Vec<ArrayItem>,
) -> boolExpand description
Sends an array mutation from any thread. Returns false when the channel has disconnected.
Array signals stay on the legacy ExternalMutation path until ArraySignals migrates to PropertyStore.