Registry / async / libcopp

libcopp

JSON →
library2.3.1vcpkgunverified

A cross-platform coroutine library for C++.

vcpkg install libcopp
INSTALL
IMPORT
SIG · LIBCOPP
L
libcopp
asynccppv2.3.1
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.

libcopp/coroutine/coroutine_context.hpp
#include <libcopp/coroutine/coroutine_context.hpp>

Creates and starts a coroutine.

#include <libcopp/coroutine/coroutine_context.hpp> #include <iostream> int main() { copp::coroutine_context ctx([](void*) { std::cout << "Hello from coroutine!" << std::endl; }); ctx.start(); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.3.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
22
Resources

No resource links recorded.

libcopp — pip install libcopp · libregistry