DoxigAlpha

YieldError

Source

Implementation

#
pub const YieldError = error{
    /// The system is not configured to allow yielding
    SystemCannotYield,
}