Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Extra-Creativity/Modern-Cpp-Basics
/ main
Function
main
14-Advanced Concurrency/code/NaiveTaskCont.cpp:97–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
int main()
98
{
99
auto m = Test();
100
while (m.Resume())
101
{
102
std::println(
"Back to main."
);
103
}
104
return 0;
105
}
Callers
nothing calls this directly
Calls
2
Test
Function · 0.70
Resume
Method · 0.45
Tested by
no test coverage detected