Error Set YieldError [src]

Errors

SystemCannotYield

The system is not configured to allow yielding

Source

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