pub fn is_running(core: Cpu) -> boolAvailable on crate feature
unstable only.Expand description
Returns true if the specified core is currently running (not stalled).
ยงStability
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.