Home
last modified time | relevance | path

Searched defs:executor (Results 1 – 4 of 4) sorted by relevance

/tonic/tonic/src/transport/channel/service/
H A Dmod.rs23 mod executor; module
H A Dconnection.rs160 executor: SharedExec, field
192 let executor = self.executor.clone(); in call() localVariable
/tonic/tonic/src/transport/channel/
H A Dmod.rs158 let executor = endpoint.executor.clone(); in new() localVariable
179 let executor = endpoint.executor.clone(); in connect() localVariable
H A Dendpoint.rs40 pub(crate) executor: SharedExec, field
313 pub fn executor<E>(mut self, executor: E) -> Self in executor() method