LOCAL_PROC_NAME

Constant LOCAL_PROC_NAME 

Source
pub const LOCAL_PROC_NAME: &str = "local";
Expand description

Name of the local client proc on a host.

See LP-1 (lazy activation) in module doc.

In pure-Rust programs (e.g. sieve, dining_philosophers) GetLocalProc is never sent, so the local proc remains empty throughout the program’s lifetime. Code that inspects the local proc’s actors must not assume they exist.