Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
82
TaskCont Test()
83
{
84
std::println(
"Test: before Test2."
);
85
co_await Test2();
86
std::println(
"Test: after Test2."
);
87
}
88
89
int main()
90
{
Callers
1
main
Function · 0.70
Calls
1
Test2
Function · 0.70
Tested by
no test coverage detected