Registry / networking / workflow-win

workflow-win

JSON →
library2026-01-09vcpkgunverified

C++ Parallel Computing and Asynchronous Networking Engine for Windows.

vcpkg install workflow-win
INSTALL
IMPORT
SIG · WORKFLOW-WIN
W
workflow-win
networkingcppv2026-01-09
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.

workflow/WFTask.h
#include <workflow/WFTask.h>

Create and start an HTTP task using Workflow.

#include "workflow/WFTask.h" #include <iostream> int main() { auto task = WFTaskFactory::create_http_task("http://example.com", 0, 0, [](WFHttpTask *task) { std::cout << "Response: " << task->get_resp()->get_status_code() << std::endl; }); task->start(); return 0; }
Debug
Known issues
gotchaWindows-specific port; use workflow for cross-platform.
fix
Use the 'workflow' port for cross-platform support.
affects: *
Upgrade
Version history
2026-01-09latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
26
Resources

No resource links recorded.

workflow-win — pip install workflow-win · libregistry