Struct tokio::executor::current_thread::Turn [−][src]
pub struct Turn { /* fields omitted */ }Returned by the turn function.
Methods
impl Turn[src]
impl Turnpub fn has_polled(&self) -> bool[src]
pub fn has_polled(&self) -> booltrue if any futures were polled at all and false otherwise.