Registry / async / rsasynccpp

rsasynccpp

JSON →
library0.0.7vcpkgunverified

Task Parallel Library (TPL)/dataflow/actors/async primitives for C++ based on C++20 coroutines.

vcpkg install rsasynccpp
INSTALL
IMPORT
SIG · RSASYNCCPP
R
rsasynccpp
asynccppv0.0.7
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.

rsasynccpp/rsasynccpp.h
#include <rsasynccpp/rsasynccpp.h>

Create an asynchronous task and retrieve its result.

#include <rsasynccpp/rsasynccpp.h> #include <iostream> int main() { auto task = rsasynccpp::async([]() { return 42; }); std::cout << task.get() << std::endl; return 0; }
Debug
Known issues
gotchaRequires C++20 coroutine support.
fix
Use a compiler that supports C++20 coroutines (e.g., GCC 10+, Clang 10+, MSVC 2019 16.8+).
affects: all
Upgrade
Version history
0.0.7latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
28
Amazon
1
OpenAI (training)
1
Resources

No resource links recorded.

rsasynccpp — pip install rsasynccpp · libregistry