Searched refs:executor_ (Results 1 – 2 of 2) sorted by relevance
185 std::shared_ptr<Executor> executor_; variable
54 executor_(configuration.executor ? configuration.executor :std::make_shared<ThreadExecutor>()) in OssClientImpl()64 if (executor_ == nullptr) in asyncExecute()67 executor_->execute(r); in asyncExecute()
Completed in 16 milliseconds