pub fn processor_name() -> Result<String, FromUtf8Error>
Expand description

Names the processor that the calling process is running on.

Can return an Err if the processor name is not a UTF-8 string.