Expand description
recoverable-thread-pool
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.
Structs§
- Thread
Pool - A thread pool that can execute tasks concurrently.
- Worker
- A worker thread in the thread pool.
Type Aliases§
- Send
Error Box - Error type for failed job submissions.
- Send
Result - Result type for job submission operations.
- Thread
Pool Job - A job that can be executed by the thread pool.