Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
c9y/c9y.h
✓ #include <c9y/c9y.h>
Basic thread creation with c9y.
#include <c9y/c9y.h>
#include <iostream>
int main() {
c9y::thread t([] { std::cout << "Hello from thread\n"; });
t.join();
return 0;
}
Debug
Known issues
No known issues recorded.
Audit
Dependencies
No dependency data recorded yet.
Resources
No resource links recorded.