MCPcopy Create free account
hub / github.com/NVIDIA/stdexec / __coroutine_destroy_nothrow

Function __coroutine_destroy_nothrow

include/stdexec/coroutine.hpp:62–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61 STDEXEC_ATTRIBUTE(always_inline)
62 void __coroutine_destroy_nothrow(void* __address) noexcept
63 {
64 STDEXEC_TRY
65 {
66 __builtin_coro_destroy(__address);
67 }
68 STDEXEC_CATCH_ALL
69 {
70 __std::unreachable();

Callers 7

__resumeMethod · 0.85
~taskMethod · 0.85
~__taskMethod · 0.85
~basic_taskMethod · 0.85
~__task_awaiterMethod · 0.85
await_resumeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected