[][src]Trait eff::context::Notify

pub trait Notify: Send + Sync {
    fn wake(&self);
}

A notification object

Required methods

fn wake(&self)

Notify the runtime of the wakeup of the task

Loading content...

Implementors

Loading content...