Struct executors::run_now::RunNowExecutor[][src]

pub struct RunNowExecutor { /* fields omitted */ }

Methods

impl RunNowExecutor
[src]

Trait Implementations

impl Clone for RunNowExecutor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Executor for RunNowExecutor
[src]

Executes the function job on the Executor. Read more

Shutdown the Executor without waiting. Read more

Same as shutdown but without consuming self Read more

Shutdown an Executor and wait for it to shut down all workers. Read more

Auto Trait Implementations