56 stable releases
Uses new Rust 2024
| 3.9.19 | Mar 22, 2026 |
|---|---|
| 3.9.17 | Jan 25, 2026 |
| 3.9.9 | Dec 13, 2025 |
| 3.9.7 | Oct 19, 2025 |
| 0.8.0 | Jan 10, 2025 |
#2 in #hyperlane
579 downloads per month
Used in 10 crates
(2 directly)
18KB
267 lines
recoverable-spawn
A thread that supports automatic recovery from panics, allowing threads to restart after a panic. Useful for resilient and fault-tolerant concurrency in network and web programming.
Installation
To use this crate, you can run cmd:
cargo add recoverable-spawn
License
This project is licensed under the MIT License. See the LICENSE file for details.
Contributing
Contributions are welcome! Please open an issue or submit a pull request.
Contact
For any inquiries, please reach out to the author at root@ltpp.vip.
Dependencies
~2–3MB
~46K SLoC