Error Set YieldError [src]
Errors
The system is not configured to allow yielding
Source
pub const YieldError = error{
/// The system is not configured to allow yielding
SystemCannotYield,
}
The system is not configured to allow yielding
pub const YieldError = error{
/// The system is not configured to allow yielding
SystemCannotYield,
}