Functions such as fprintf() might be unsafe to use in a signal handler, see http://stackoverflow.com/questions/3941271/#answer-3941563 By using ev_signal, libev will use a tiny signal handler which just passes on the information and then calls (outside of the signal handler) our callback function which can use fprintf() and other unsafe functions. fixes #803
Description
No description provided
Languages
C
58.6%
Perl
29%
Raku
9.4%
Ruby
1.2%
Shell
0.7%
Other
1.1%