MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / main

Function main

tests/EduCoroutineStaticVarTest.cpp:68–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68int main()
69{
70 Scheduler scheduler{};
71
72 taskA(scheduler);
73
74 while(scheduler.schedule()) {}
75}
76

Callers

nothing calls this directly

Calls 2

taskAFunction · 0.85
scheduleMethod · 0.80

Tested by

no test coverage detected