Function lrs::thread::current_cpu

Returns the CPU the thread is currently running on.

Syntax

fn current_cpu() -> Result<u32, Errno>

See also