Skip to main content

ComponentUpdateReceiver

Type Alias ComponentUpdateReceiver 

Source
pub type ComponentUpdateReceiver = Receiver<ComponentUpdate>;
Expand description

Receiver half of the component update channel.

Owned by the graph update loop task, which is the sole consumer.

Aliased Typeยง

pub struct ComponentUpdateReceiver { /* private fields */ }