Closed weissi closed 3 years ago
Motivation:
SIGILL makes sense as a default but sometimes other signals (like SIGTERM) are important too.
SIGILL
SIGTERM
Modification:
Let the user specify the signal list.
Result:
More functionality.
@weissi looks good. feel free to tag if you need a release with this new API
Motivation:
SIGILL
makes sense as a default but sometimes other signals (likeSIGTERM
) are important too.Modification:
Let the user specify the signal list.
Result:
More functionality.