Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ ~basic_task
Method
~basic_task
include/exec/task.hpp:531–535 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
529
}
530
531
constexpr ~basic_task()
532
{
533
if (__coro_)
534
STDEXEC::__coroutine_destroy_nothrow(__coro_);
535
}
536
537
private:
538
using __scheduler_t =
Callers
nothing calls this directly
Calls
1
__coroutine_destroy_nothrow
Function · 0.85
Tested by
no test coverage detected