asynckit
Minimal async jobs utility library, with streams support
Found 65 results for terminate
Minimal async jobs utility library, with streams support
Gracefully restore the CLI cursor on exit
Run some code when the process exits
Run some code when the process exits (supports async hooks and pm2 clustering)
Zero dependencies, gracefully terminates HTTP(S) server.
Gracefully cleanup when termination signals are sent to your process.
Wrapper for the Windows `taskkill` command. Ends one or more tasks or processes.
Fabulously kill processes. Cross-platform.
A powerful package for gracefully shutting down NestJS applications
Gracefully terminates HTTP servers in Node.js
Process thousands of asynchronous or synchronous jobs, concurrently or sequentially, safely and efficiently, without creating thousands of closures.
Graceful process exit manager. allows waiting on multiple async services.
Terminates gulp task.
Gracefully clean up your program at termination with multiple sync and/or async handlers. Wraps the `death` npm module.
Cross-platform kill command. Supports recusive/tree-kill in a synchronous manner.
Cordova plugin for exiting the app programmatically for Android, iOS and WP
Terminate all children for a process
Execute a callback when the process exits, passing the exit code (ESM/CJS)
Implements navigator.app.exitApp on Android, iOS and browser
Gives the ability to execute code upon closing a Node.js application.
Allow terminating a server in an orderly fashion
Do something before the program exits or when the program crashes!
Yet another POSIX signal handler.
A Node.js wrapper for Microsoft Windows' WMIC
The one true way of terminating services
Kill procesess gracefully with retries, signals and all children
Implements navigator.app.exitApp on WP8, Android
Easily add listeners to signals sent to the running process
Launch and terminate apps on macOS
Implements navigator.app.exitApp on WP8, Android
Cross-platform utility to terminate processes on ports with zero dependencies
Easily kill processes running
A Node.js library for handling graceful process exits and shutdown signals.
A simple npm package to help you identify and terminate processes using specific ports on your system.
Prevents hung Node.js processes
Implements navigator.app.exitApp on WP8, Android
Cordova Plugin for Extra App Lifecycle Events, including Terminate and Destroy
Graceful process exit manager. allows waiting on multiple async services.
Cordova plugin to restart app when happend crash
onDeath() will register callbacks to call right before your Node.js program terminates.
Simple wrapper for process.exit
Run some code when the process exits (supports async hooks and pm2 clustering)
shutdown(8) for Koishi.
All in one solution to gracefully shutdown your application through a simple delayed shutdown process. Also allows code reloading and program restarting, instead of using a not so graceful process manager line nodemon.
Cordova plugin for exiting the app programmatically for Android, iOS and WP
A process killer for windows and linux
A Node.js wrapper for Microsoft Windows' WMIC
killport-npm package would take a port number as an argument and then find the process using that port. After identifying the process, it would terminate it, effectively "killing" the port and freeing it up for other processes to use.
Runs a thing till tap is done.
fork原因是我发现 node18-slim容器里,运行这个报错 因为没有ps这个命令,所以 `process-exists` 这个报根本无法运行。 所以删除相关的代码,以便支持在 node18-slim里运行
Implements navigator.app.exitApp on iOS, WP8, Android
```bash $ npm install end-port-process ```
Implements navigator.app.exitApp on iOS, WP8, Android
navigator.app.restartApp on Android
#### 介绍 `circuit-run`是一个和`co`库或者`koa`的洋葱模型有着类似功能的开源代码,和他们不同的是,`circuit-run`提供了中断功能。也就是说,当某一个中间件出现问题想要终止整个流程的时候,可以使用`circuit-run`的`terminate`函数来终止洋葱模型的进行。当然,`circuit-run`是可以在浏览器运行的,其并不依赖于`node.js`环境。
Gives the ability to execute code upon closing a Node.js application.
Fabulously kill processes. Cross-platform.
Gracefully terminate a script in Node.js or browsers.
Implements navigator.app.exitApp on Android, iOS
Gracefully shutdown your node app.
Deprecated, use async-exit-hook instead
Gracefully terminate a Node.js process with predictable exit codes, clear console output, and optional teardown steps.
abort stream of promises on any response
Implements navigator.app.exit on Android
An interactive 'safety terminate' for dangerous calls. It wraps an object/module so that before every function call it shows the call stack and a preview of arguments