recoverable-thread-pool 1.0.1

A thread pool 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.
Documentation
[dependencies.lombok-macros]
version = "1.7.0"

[dependencies.recoverable-spawn]
version = "2.0.0"

[lib]
name = "recoverable_thread_pool"
path = "src/lib.rs"

[package]
authors = ["ltpp-universe <root@ltpp.vip>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["network-programming", "web-programming"]
description = "A thread pool 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."
edition = "2021"
exclude = ["target", "Cargo.lock", "sh", ".github"]
keywords = ["time", "hyperlane", "day", "format", "lang"]
license = "MIT"
name = "recoverable-thread-pool"
readme = "README.md"
repository = "https://github.com/ltpp-universe/recoverable-thread-pool.git"
version = "1.0.1"