Skip to main content

push_external_array

Function push_external_array 

Source
pub fn push_external_array(
    name: impl Into<String>,
    items: Vec<ArrayItem>,
) -> bool
Expand 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.