pub fn push_external_signal(
name: impl Into<String>,
value: impl Into<String>,
) -> boolExpand 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.