Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anthonywilliams/ccia_code_samples
/ main
Function
main
listings/listing_4.1.cpp:57–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
int main()
58
{
59
std::thread t1(data_preparation_thread);
60
std::thread t2(data_processing_thread);
61
62
t1.join();
63
t2.join();
64
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected