Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/changkun/modern-cpp-tutorial
/ main
Function
main
code/7/7.1.cpp:28–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
int main() {
29
std::thread t(foo);
30
31
foo2();
32
33
t.join();
34
35
return 0;
36
}
Callers
nothing calls this directly
Calls
1
foo2
Function · 0.70
Tested by
no test coverage detected