Skip to main content

noop_halt

Function noop_halt 

Source
pub fn noop_halt() -> HaltCallback
Expand description

Returns a HaltCallback that performs no action.

Useful for tests and for writers operating under simulation where halt is observed via the test harness rather than the kernel.