MCPcopy 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
92void noop_coroutine()
93{
94 task<int> t = test();
95 int result = t();
96 std::cout << result << '\n';
97}

Callers 2

await_suspendMethod · 0.85
await_suspendMethod · 0.85

Calls 1

testFunction · 0.70

Tested by 1

await_suspendMethod · 0.68