Struct tokio::prelude::task::Run[][src]

pub struct Run { /* fields omitted */ }

Units of work submitted to an Executor, currently only created internally.

Methods

impl Run
[src]

Actually run the task (invoking poll on its future) on the current thread.

Trait Implementations

impl Debug for Run
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Run

impl !Sync for Run