[ 源代码: node-signal-exit ]
软件包:node-signal-exit(4.1.0-7)
node-signal-exit 的相关链接
Debian 的资源:
下载源码包 node-signal-exit:
- [node-signal-exit_4.1.0-7.dsc]
- [node-signal-exit_4.1.0.orig.tar.gz]
- [node-signal-exit_4.1.0-7.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Fire an event no matter how a process exits
When you want to fire an event no matter how a process exits:
reaching the end of execution. explicitly having process.exit(code) called. having process.kill(pid, sig) called. receiving a fatal signal from outside the process
Node.js is an event-based server-side JavaScript engine.