[][src]Trait embedded_executor::Sleep

pub trait Sleep {
    fn sleep(&self);
}

Platform-agnostic Sleep trait

Provides a mechanism that can be used to sleep the current thread.

Required methods

fn sleep(&self)

Put the current thread to sleep.

Loading content...

Implementors

impl Sleep for SpinSleep[src]

Loading content...