Registry / async / uvw
library3.4.0vcpkgunverified

A compilable static library, event based, tiny and easy to use libuv wrapper in modern C++.

vcpkg install uvw
INSTALL
IMPORT
SIG · UVW
U
uvw
asynccppv3.4.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.

uvw/loop.h
#include <uvw/loop.h>

Create and run a libuv event loop

#include "uvw/loop.h" #include <iostream> int main() { auto loop = uvw::Loop::getDefault(); std::cout << "Event loop created" << std::endl; loop->run(); return 0; }
Debug
Known issues
gotchauvw is header-only but requires linking to libuv; ensure libuv is installed.
fix
Add find_package(uvw CONFIG) and target_link_libraries(your_target uvw::uvw).
affects: *
Upgrade
Version history
3.4.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
32
Resources

No resource links recorded.

uvw — pip install uvw · libregistry