An open API service indexing awesome lists of open source software.

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

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