Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ suspend
Method
suspend
tests/EduCoroutineStaticVarTest.cpp:50–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
auto suspend() { return awaiter{*this}; }
51
};
52
53
void awaiter::await_suspend(std::coroutine_handle<> coro) const noexcept
Callers
1
taskA
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected