Enum kay::Fate [−][src]
pub enum Fate { Live, Die, }
Return type of message handling functions, signifying if
an Actor
/Actor
should live on after receiving a certain message type.
Note: so far only has an effect on Actor
s in Swarm
s
Variants
Live
Means: the Actor
/Actor
should live on
Die
Means: the Actor
/Actor
should be stopped, its state can be deallocated