Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
__resume
Method · 0.85
__resume
Method · 0.85
__done
Method · 0.85
start
Method · 0.85
set_value
Method · 0.85
set_error
Method · 0.85
set_stopped
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected