Enum tonari_actor::Control [−][src]
pub enum Control {
Stop,
}Expand description
The set of available control messages that all actors respond to.
Variants
Stop the actor
pub enum Control {
Stop,
}The set of available control messages that all actors respond to.
Stop the actor