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