MCPcopy Create free account
hub / github.com/NVIDIA/stdexec / ~__task

Method ~__task

include/exec/at_coroutine_exit.hpp:141–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139 {}
140
141 ~__task()
142 {
143 if (__coro_)
144 STDEXEC::__coroutine_destroy_nothrow(__coro_);
145 }
146
147 [[nodiscard]]
148 static constexpr auto await_ready() noexcept -> bool

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected