util::SignalInterrupt::reset

Resets the interrupt back to the non-interrupted state.

Synopsis

Declared in <util/signalinterrupt.h>

[[nodiscard]]
bool
reset();

Return Value

true on success, false on error

NOTE

The return value should not be discarded.