pub const LEGACY_LOCAL_PROC_NAME: &str = "local";Expand description
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.