Trait salvo::hyper::rt::Executor[]

pub trait Executor<Fut> {
    pub fn execute(&self, fut: Fut);
}

An executor of futures.

Required methods

pub fn execute(&self, fut: Fut)

Place the future into the executor to be run.

Loading content...

Implementors

Loading content...