https://github.com/orbstack/pidfd-rs
Fast, polling-free approach to kill and wait for all processes to exit. Rust + Tokio, pidfd + epoll + timer
https://github.com/orbstack/pidfd-rs
Last synced: 10 months ago
JSON representation
Fast, polling-free approach to kill and wait for all processes to exit. Rust + Tokio, pidfd + epoll + timer
- Host: GitHub
- URL: https://github.com/orbstack/pidfd-rs
- Owner: orbstack
- License: mit
- Created: 2023-07-02T12:24:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-02T12:27:29.000Z (over 2 years ago)
- Last Synced: 2024-10-30T10:41:30.657Z (about 1 year ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 16
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pidfd-rs
Fast, polling-free approach to kill and wait for all processes to exit in an init implementation.
- Rust + Tokio
- pidfd + epoll + timer