DoxigAlpha

CpuCountError

Source

Implementation

#
pub const CpuCountError = error{
    PermissionDenied,
    SystemResources,
    Unsupported,
    Unexpected,
}