[][src]Trait embedded_executor::Wake

pub trait Wake {
    fn wake(&self);
}

Wake trait

Should be combined with crate::Sleep in order to be used with the crate::AllocExecutor.

Required methods

fn wake(&self)

Wake up the sleepers.

Loading content...

Implementors

impl Wake for SpinSleep[src]

Loading content...