Searched defs:executor (Results 1 – 4 of 4) sorted by relevance
23 mod executor; module
160 executor: SharedExec, field192 let executor = self.executor.clone(); in call() localVariable
158 let executor = endpoint.executor.clone(); in new() localVariable179 let executor = endpoint.executor.clone(); in connect() localVariable
40 pub(crate) executor: SharedExec, field313 pub fn executor<E>(mut self, executor: E) -> Self in executor() method