[][src]Trait pinky_swear::NotifyReady

pub trait NotifyReady {
    fn notify(&self);
}

Notify once a Promise is honoured.

Required methods

fn notify(&self)

Notify once a Promise is honoured.

Loading content...

Implementations on Foreign Types

impl NotifyReady for Waker[src]

Loading content...

Implementors

impl<T> NotifyReady for Pinky<T>[src]

impl<T: Send + Clone + 'static, S: Send + 'static> NotifyReady for PinkyBroadcaster<T, S>[src]

Loading content...