'yield

effect 'yield() -> ()

Give another ready task a chance to run. A blocking host continues immediately when no cooperative scheduler intercepts it.

View Source
pub effect 'yield() -> ()