Module errors

Module errors 

Source
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§

ArchError
Architecture-specific errors.
InvalidOperationError
Invalid operation errors.
JoinError
Errors that can occur during thread joining.
MemoryError
Memory-related errors.
PermissionError
Permission and security errors.
ResourceError
Resource limit errors.
ScheduleError
Errors related to scheduling operations.
SpawnError
Errors that can occur during thread spawning.
ThreadError
Comprehensive error type for all threading operations.
TimerError
Timer and timing related errors.
TlsError
Thread-local storage errors.

Type Aliases§

ThreadResult
Result type for threading operations.