[][src]Trait rwasm::wasync::Waker

pub trait Waker: Send + Sync {
    pub fn wake_by_ref(arc_self: &Arc<Self>);

    pub fn wake(self: Arc<Self>) { ... }
}

Required methods

pub fn wake_by_ref(arc_self: &Arc<Self>)[src]

Loading content...

Provided methods

pub fn wake(self: Arc<Self>)[src]

Loading content...

Implementors

Loading content...