[][src]Module git_features::interruptible

Structs

Read
ResetInterruptOnDrop

Useful if some parts of the program set the interrupt programmatically to cause others to stop, while assuring the interrupt state is reset at the end of the function to avoid other side-effects.

Functions

init_interrupt_handler
interrupt
is_interrupted
uninterrupt