Struct futures::task::Run [] [src]

pub struct Run {
    // some fields omitted
}

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

Methods

impl Run
[src]

fn run(self)

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