Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Extra-Creativity/Modern-Cpp-Basics
/ main
Function
main
14-Advanced Concurrency/code/SymTransfer.cpp:84–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
int main()
85
{
86
auto task = loop_synchronously(5);
87
task.Start();
88
return 0;
89
}
Callers
nothing calls this directly
Calls
2
loop_synchronously
Function · 0.85
Start
Method · 0.80
Tested by
no test coverage detected