Searched defs:__operation_base (Results 1 – 2 of 2) sorted by relevance
57 struct __operation_base { struct58 __coro::coroutine_handle<> __coro_;60 explicit __operation_base(__coro::coroutine_handle<> __hcoro) noexcept in __operation_base() argument64 __operation_base(__operation_base&& __other) noexcept in __operation_base() function68 ~__operation_base() { in ~__operation_base()84 void start() & noexcept { in start()
873 struct __operation_base { struct875 stdexec::inplace_stop_source __stop_source_{};876 using __stop_callback =878 std::optional<__stop_callback> __on_stop_{};