[go: up one dir, main page]

Function loom::thread::yield_now[][src]

pub fn yield_now()
Expand description

Yield the thread.

This enables concurrent algorithms that require other threads to make progress.