pub trait PollWaker: Send + Sync { // Required method fn wake_up(&self); }
PollWaiter trait for maps that support polling.
Wake up any waiters on the map.