pub const COMM_ACTOR_NAME: &str = "comm";Expand description
Name used for the mesh communication actor spawned on each user proc.
The CommActor enables proc-to-proc mesh messaging and is always
present as a system actor (system_children) on every proc mesh member.