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

Function Test

14-Advanced Concurrency/Answer-code/TaskCont.cpp:82–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82TaskCont Test()
83{
84 std::println("Test: before Test2.");
85 co_await Test2();
86 std::println("Test: after Test2.");
87}
88
89int main()
90{

Callers 1

mainFunction · 0.70

Calls 1

Test2Function · 0.70

Tested by

no test coverage detected