I know it's possible to send SIGTERM, SIGINT, etc. to your own process in the C programming language:
SIGTERM
SIGINT
https://www.gnu.org/software/libc/manual/html_node/Signaling-Yourself.html
Does Node.js provide this functionality?
No comments:
Post a Comment