Registry / async / cocoyaxi

cocoyaxi

JSON →
library3.0.0vcpkgunverified

A go-style coroutine library in C++11 and more

vcpkg install cocoyaxi
INSTALL
IMPORT
SIG · COCOYAXI
C
cocoyaxi
asynccppv3.0.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.

co/co.h
#include <co/co.h>

Basic coroutine creation with Cocoyaxi

#include "co/co.h" #include <iostream> int main() { go([](){ std::cout << "Hello from coroutine!\n"; }); co::sleep(100); return 0; }
Debug
Known issues
gotchaCocoyaxi uses its own scheduler; mixing with other threading primitives may cause deadlocks.
fix
Use co::sync and co::chan for synchronization instead of std::mutex.
affects: *
Upgrade
Version history
3.0.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
OpenAI (training)
1
Resources

No resource links recorded.

cocoyaxi — pip install cocoyaxi · libregistry