Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ noop_coroutine
Function
noop_coroutine
tests/Issue518.cpp:92–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
void noop_coroutine()
93
{
94
task<int> t = test();
95
int result = t();
96
std::cout << result <<
'\n'
;
97
}
Callers
2
await_suspend
Method · 0.85
await_suspend
Method · 0.85
Calls
1
test
Function · 0.70
Tested by
1
await_suspend
Method · 0.68