You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test.pl: Don't use watchdog thread unless safe signals
In the thread documentation, I noticed that unsafe signals preclude
killing threads with a signal. But this is the normal method for
clearing a watchdog timer under threads. I doubt that people are
compiling with PERL_OLD_SIGNALS these days, so I didn't check for that,
but it's easy enough to check for the environment variable that does the
same thing at runtime.
0 commit comments