MCPcopy Create free account
hub / github.com/anthonywilliams/ccia_code_samples / main

Function main

listings/listing_2.5.cpp:21–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21int main()
22{
23 std::thread t1=f();
24 t1.join();
25 std::thread t2=g();
26 t2.join();
27}

Callers

nothing calls this directly

Calls 2

gFunction · 0.85
fFunction · 0.70

Tested by

no test coverage detected