Registry / async / transwarp

transwarp

JSON →
library2.2.3vcpkgunverified

A header-only C++ library for task concurrency

vcpkg install transwarp
INSTALL
IMPORT
SIG · TRANSWARP
T
transwarp
asynccppv2.2.3
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.

transwarp/transwarp.h
#include <transwarp/transwarp.h>

Running a simple task with transwarp

#include <transwarp/transwarp.h> #include <iostream> int main() { transwarp::parallel executor; auto future = executor.execute([] { return 42; }); std::cout << future.get() << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.2.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
47 hits · last 30 days
node
42
Resources

No resource links recorded.

transwarp — pip install transwarp · libregistry