recoverable-spawn

Crates.iorecoverable-spawn
lib.rsrecoverable-spawn
version3.9.17
created_at2025-01-09 14:47:49.156491+00
updated_at2026-01-25 01:47:31.249386+00
descriptionA 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.
homepage
repositoryhttps://github.com/crates-dev/recoverable-spawn.git
max_upload_size
id1510002
size26,977
尤雨东 (eastspire)

documentation

README

recoverable-spawn

Official Documentation

Api Docs

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.

Commit count: 0

cargo fmt