MCPcopy Create free account
hub / github.com/Extra-Creativity/Modern-Cpp-Basics / Test

Function Test

14-Advanced Concurrency/code/NaiveTaskCont.cpp:90–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90NaiveTaskCont Test()
91{
92 std::println("Test: before Test2.");
93 co_await Test2();
94 std::println("Test: after Test2.");
95}
96
97int main()
98{

Callers 1

mainFunction · 0.70

Calls 1

Test2Function · 0.70

Tested by

no test coverage detected