Close signal file descriptor in event loop on remove and failure.
When the signal handler is removed the corresponding fd is closed. This should automatically remove it from the epoll set.
Loading
Please register or sign in to comment
When the signal handler is removed the corresponding fd is closed. This should automatically remove it from the epoll set.