poll

Macro poll 

Source
macro_rules! poll {
    ($e:expr) => { ... };
}
Expand description

A helper macro for extracting the value of Poll<T>.