Variant lrs::signal::SigHandler::Func

A function that is invoked when a signal arrives.

Syntax

enum SigHandler {
    Func()
}

Fields

PositionDescription
1

The function. The first argument is the signal that was invoked. The second argument contains information about the signal.