Registry / async / concurrencpp

concurrencpp

JSON →
library0.1.7vcpkgunverified

concurrencpp is a tasking library for C++ allowing developers to write highly concurrent applications easily and safely by using tasks, executors and coroutines.

async
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.

#include <concurrencpp/concurrencpp.h>

Submit a task to thread executor and get result

#include <concurrencpp/concurrencpp.h> #include <iostream> int main() { concurrencpp::runtime runtime; auto result = runtime.thread_executor()->submit([] { return 42; }); std::cout << "Result: " << result.get() << "\n"; return 0; }
Debug
Known footguns
gotchaRequires C++20 coroutine support
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
18 hits · last 30 days
gptbot
3
amazonbot
3
claudebot
3
bingbot
1
mj12bot
1
Resources

No resource links recorded.