MCPcopy 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
84int main()
85{
86 auto task = loop_synchronously(5);
87 task.Start();
88 return 0;
89}

Callers

nothing calls this directly

Calls 2

loop_synchronouslyFunction · 0.85
StartMethod · 0.80

Tested by

no test coverage detected