Searched defs:__future_state_base (Results 1 – 1 of 1) sorted by relevance
481 struct __future_state_base { struct482 __future_state_base(_Env __env, const __impl* __scope) in __future_state_base() argument489 ~__future_state_base() { in ~__future_state_base()500 void __step_from_to_( in __step_from_to_()509 inplace_stop_source __stop_source_;510 stdexec::__optional<inplace_stop_callback<__forward_stopped>> __forward_scope_;511 std::mutex __mutex_;512 __future_step __step_ = __future_step::__created;513 std::unique_ptr<__future_state_base, __dynamic_delete<__future_state_base>> __no_future_;514 __completions_as_variant<_Completions> __data_;[all …]