pub trait Osal: Sync + Send + 'static { // Required method fn get_pid(&self) -> Pid; }
Get the current process ID.