Searched defs:executor_kind (Results 1 – 3 of 3) sorted by relevance
81 fn executor_kind(&self) -> Option<ExecutorKind> { in executor_kind() method
149 fn executor_kind(&self) -> Option<ExecutorKind> { in executor_kind() method
583 pub(crate) executor_kind: ExecutorKind, field636 let executor_kind = executor_kind.unwrap_or_default(); in new() localVariable929 let executor_kind = self.executor_kind; in activate() localVariable