Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Extra-Creativity/Modern-Cpp-Basics
/ Test2
Function
Test2
14-Advanced Concurrency/code/NaiveTaskCont.cpp:83–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
};
82
83
NaiveTaskCont Test2()
84
{
85
std::println(
"Hello,"
);
86
co_await std::suspend_always{};
87
std::println(
"World!"
);
88
}
89
90
NaiveTaskCont Test()
91
{
Callers
1
Test
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected