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.

Created with MrDocs