Trait stakker::task::TaskTrait[][src]

pub trait TaskTrait {
    fn resume(self: Pin<&mut Self>, core: &mut Core);
}

Trait that tasks must implement

Required methods

fn resume(self: Pin<&mut Self>, core: &mut Core)[src]

Resume execution of the task. This must handle spurious calls gracefully, even if nothing has changed.

Loading content...

Implementors

Loading content...