pub type ActivationIntentTx = Sender<ActivationIntent>;Expand description
Spawn the reducer + worker constellation.
clock and cfg are the only external dependencies. Workers receive
what they need by parameter (no state god-object yet — the agent’s
reducer holds its own state and exposes operations via the input
MPSC).
Sender end of the applier → activation worker intent channel.
Aliased Type§
pub struct ActivationIntentTx { /* private fields */ }