Home
last modified time | relevance | path

Searched refs:executor_ (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/oss/src/
A DOssClientImpl.h185 std::shared_ptr<Executor> executor_; variable
A DOssClientImpl.cc54 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