Expand description
Comprehensive error handling for the threading system.
This module provides detailed error types for all threading operations, enabling proper error handling and debugging throughout the system.
Enums§
- Arch
Error - Architecture-specific errors.
- Invalid
Operation Error - Invalid operation errors.
- Join
Error - Errors that can occur during thread joining.
- Memory
Error - Memory-related errors.
- Permission
Error - Permission and security errors.
- Resource
Error - Resource limit errors.
- Schedule
Error - Errors related to scheduling operations.
- Spawn
Error - Errors that can occur during thread spawning.
- Thread
Error - Comprehensive error type for all threading operations.
- Timer
Error - Timer and timing related errors.
- TlsError
- Thread-local storage errors.
Type Aliases§
- Thread
Result - Result type for threading operations.