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/code/NaiveTaskCont.cpp:90–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
NaiveTaskCont Test()
91
{
92
std::println(
"Test: before Test2."
);
93
co_await Test2();
94
std::println(
"Test: after Test2."
);
95
}
96
97
int main()
98
{
Callers
1
main
Function · 0.70
Calls
1
Test2
Function · 0.70
Tested by
no test coverage detected