Function git_features::interrupt::trigger [−][src]
pub fn trigger()
Trigger an interrupt, signalling to those checking for is_triggered()
to stop what they are doing.
Note
Only effective if the disable-interrupts feature is not present.