util::SignalInterrupt::operator()

Requests an interrupt; safe to call from a signal handler.

Synopsis

Declared in <util/signalinterrupt.h>

[[nodiscard]]
bool
operator()();

Return Value

true on success, false if the interrupt could not be signalled

NOTE

The return value should not be discarded.