Searched defs:async_scope (Results 1 – 2 of 2) sorted by relevance
893 struct async_scope : __immovable struct898 [[nodiscard]] auto when_empty(_Constrained&& __c) const in when_empty()905 [[nodiscard]] auto on_empty() const in on_empty()911 using nest_result_t = __nest_sender_t<_Constrained>;914 [[nodiscard]] auto nest(_Constrained&& __c) -> nest_result_t<_Constrained> in nest()923 void spawn(_Sender&& __sndr, _Env __env = {}) in spawn()935 auto spawn_future(_Sender&& __sndr, _Env __env = {}) in spawn_future()946 auto get_stop_source() noexcept -> inplace_stop_source& in get_stop_source()951 auto get_stop_token() const noexcept -> inplace_stop_token in get_stop_token()956 auto request_stop() noexcept -> bool in request_stop()[all …]
27 using async_scope = exec::async_scope; typedef