Type Definition crossbus::actor::ActorId

source ·
pub type ActorId = usize;
Expand description

unique actor id,

NOTE that each actor is assigned an unique id after Actor::start

and store it into Context