Skip to main content

ComponentUpdateSender

Type Alias ComponentUpdateSender 

Source
pub type ComponentUpdateSender = Sender<ComponentUpdate>;
Expand description

Sender half of the component update channel.

Cloned and given to each component’s SourceBase/ReactionBase/QueryBase. Uses send().await which applies backpressure if the channel is full, ensuring status transitions are never silently dropped.

Aliased Type§

pub struct ComponentUpdateSender { /* private fields */ }