Skip to main content

PollWaker

Trait PollWaker 

Source
pub trait PollWaker: Send + Sync {
    // Required method
    fn wake_up(&self);
}
Expand description

PollWaiter trait for maps that support polling.

Required Methods§

Source

fn wake_up(&self)

Wake up any waiters on the map.

Implementors§