UNPKG

grace-server

Version:

通过cluster集群,加强node服务器的稳定性

3 lines 67 B
module.exports.onSigterm = fn => { process.on('SIGTERM', fn); }