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

Function __coroutine_resume_nothrow

include/stdexec/coroutine.hpp:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42 STDEXEC_ATTRIBUTE(always_inline)
43 void __coroutine_resume_nothrow(void* __address) noexcept
44 {
45 STDEXEC_TRY
46 {
47 __builtin_coro_resume(__address);
48 }
49 STDEXEC_CATCH_ALL
50 {
51 __std::unreachable();

Callers 7

__resumeMethod · 0.85
__resumeMethod · 0.85
__doneMethod · 0.85
startMethod · 0.85
set_valueMethod · 0.85
set_errorMethod · 0.85
set_stoppedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected