Function git_features::interrupt::reset[][src]

pub fn reset()

Sets the interrupt request to false, thus allowing those checking for is_triggered() to proceed.

Call this in code that is able to trigger an interrupt. This may also be performed by the ResetOnDrop helper to assure the trigger state is returned to its original state.

Note

Only effective if the disable-interrupts feature is not present.