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/Answer-code/TaskCont.cpp:89–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
int main()
90
{
91
auto m = Test();
92
while (m.Resume())
93
{
94
std::println(
"Back to main."
);
95
}
96
return 0;
97
}
Callers
nothing calls this directly
Calls
2
Test
Function · 0.70
Resume
Method · 0.45
Tested by
no test coverage detected