Struct tokio_current_thread::Turn[][src]

pub struct Turn { /* fields omitted */ }

Returned by the turn function.

Methods

impl Turn
[src]

true if any futures were polled at all and false otherwise.

Trait Implementations

impl Debug for Turn
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Turn

impl Sync for Turn