Skip to main content

push_external_property

Function push_external_property 

Source
pub fn push_external_property(key: PropertyKey, value: PropertyValue) -> bool
Expand description

Sends a typed (PropertyKey, PropertyValue) write from any thread.

Picked up on the next tick by drain_external_properties; bypasses the legacy Signals mirror entirely so the receiving cell stores the typed variant (I64, F64, Bool, Color, …) directly.

Returns false when the channel has disconnected.