Registry / async / c9y
library0.8.0vcpkgunverified

Concurrency library for C++.

vcpkg install c9y
INSTALL
IMPORT
SIG · C9Y
C
c9y
asynccppv0.8.0
harness data pending
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.

Upgrade
Version history
0.8.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
24
Resources

No resource links recorded.

c9y — pip install c9y · libregistry