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

TestFunction · 0.70
ResumeMethod · 0.45

Tested by

no test coverage detected