pub trait Wake { // Required method fn wake(&self); }
Wake trait
Should be combined with crate::Sleep in order to be used with the crate::AllocExecutor.
crate::Sleep
crate::AllocExecutor
Wake up the sleepers.