MCPcopy 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
97int 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

TestFunction · 0.70
ResumeMethod · 0.45

Tested by

no test coverage detected