pub const LOCAL_PROC_NAME: &'static str;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.
Legacy singleton proc name used for host-local client actors.
This is not a true singleton: every host may have a local proc, so local
delivery must compare both proc id and location for this id.