Home
last modified time | relevance | path

Searched defs:shared_state_base (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/interfaces/inner_api/cpp/
H A Dfuture.h35 struct shared_state_base : private non_copyable { struct
36 void wait() const noexcept in wait()
43 future_status wait_for(const std::chrono::duration<Rep, Period>& waitTime) const noexcept in wait_for()
51 future_status wait_until(const std::chrono::time_point<Clock, Duration>& tp) const noexcept in wait_until()
75 struct shared_state : public shared_state_base<shared_state<R>> { argument