Expand description
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.
Modules§
Traits§
- Async
Error Handler Function - Trait alias for asynchronous error-handling functions used in a recoverable context.
- Async
Recoverable Function - Trait alias for asynchronous functions that can be executed in a recoverable context.
- Error
Handler Function - Trait alias for error-handling functions used in a recoverable context.
- Function
MutTrait - Trait alias for functions that can be executed in a recoverable context.
- Function
Once Trait - Trait alias for functions that can be executed in a recoverable context.
- Function
Trait - Trait alias for functions that can be executed in a recoverable context.
- Recoverable
Function - Trait alias for functions that can be executed in a recoverable context.
Type Aliases§
- ArcAsync
Error Handler Function - Arc-wrapped asynchronous error handler function.
- ArcAsync
Recoverable Function - Arc-wrapped asynchronous recoverable function.
- Async
Spawn Result - Result type for asynchronous spawn operations.
- Spawn
Error - Error type for spawn operations.
- Sync
Spawn Result - Result type for synchronous spawn operations.