17 #ifndef CYBER_SCHEDULER_COMMON_CV_WRAPPER_H_ 18 #define CYBER_SCHEDULER_COMMON_CV_WRAPPER_H_ 20 #include <condition_variable> 29 std::condition_variable&
Cv() {
return cv_; }
32 mutable std::condition_variable cv_;
39 #endif // CYBER_SCHEDULER_COMMON_CV_WRAPPER_H_ CvWrapper & operator=(const CvWrapper &other)=delete
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
Definition: cv_wrapper.h:26
std::condition_variable & Cv()
Definition: cv_wrapper.h:29