Registry / async / hpx
library1.11.0vcpkgunverified

HPX is a C++ Standards Library for Concurrency and Parallelism, implementing and extending C++ standard facilities for distributed computing.

vcpkg install hpx
INSTALL
IMPORT
SIG · HPX
H
hpx
asynccppv1.11.0
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.

hpx/hpx_main.hpp
#include <hpx/hpx_main.hpp>

Minimal HPX program that prints a message using HPX's asynchronous I/O.

#include <hpx/hpx_main.hpp> #include <hpx/iostream.hpp> int main() { hpx::cout << "Hello from HPX!" << hpx::endl; return 0; }
Debug
Known issues
gotchaHPX requires a special main function or hpx_main.hpp include; linking with HPX::hpx is mandatory.
fix
Always include <hpx/hpx_main.hpp> and link against HPX::hpx.
affects: *
Upgrade
Version history
1.11.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
16
Resources

No resource links recorded.

hpx — pip install hpx · libregistry