Skip to main content

UpdateTx

Type Alias UpdateTx 

Source
pub type UpdateTx<A> = Sender<Update<A>>;
Expand description

Channel for sending actor updates to monitors.

Aliased Typeยง

pub struct UpdateTx<A> { /* private fields */ }