Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ ~task
Method
~task
include/stdexec/__detail/__task.hpp:288–292 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
286
{}
287
288
constexpr ~task()
289
{
290
if (__coro_)
291
STDEXEC::__coroutine_destroy_nothrow(__coro_);
292
}
293
294
[[nodiscard]]
295
constexpr auto get_env() const noexcept
Callers
nothing calls this directly
Calls
1
__coroutine_destroy_nothrow
Function · 0.85
Tested by
no test coverage detected