Registry / async / asyncplusplus

asyncplusplus

JSON →
library1.2vcpkgunverified

Async++ is a lightweight concurrency framework for C++11

vcpkg install asyncplusplus
INSTALL
IMPORT
SIG · ASYNCPLUSPLUS
A
asyncplusplus
asynccppv1.2
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.

async++.h
#include <async++.h>

Run a task asynchronously and get its result

#include <async++.h> #include <iostream> int main() { auto task = async::spawn([]() { return 42; }); std::cout << "Result: " << task.get() << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
42 hits · last 30 days
node
35
OpenAI (training)
1
Resources

No resource links recorded.

asyncplusplus — pip install asyncplusplus · libregistry