Skip to main content

push_external_signal

Function push_external_signal 

Source
pub fn push_external_signal(
    name: impl Into<String>,
    value: impl Into<String>,
) -> bool
Expand description

Sends a scalar signal write from any thread. Wave-D: routes through push_external_property so the value lands typed in PropertyStore under PropertyKey::Global(name) on the next tick.

Returns false when the channel has disconnected.