Registry / networking / knet
library1.1.0vcpkgunverified

A cross platform lock-free and timer-supported C++11 network library.

vcpkg install knet
INSTALL
IMPORT
SIG · KNET
K
knet
networkingcppv1.1.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.

knet/knet.h
#include <knet/knet.h>

Creates a knet I/O context

#include "knet/knet.h" #include <iostream> int main() { knet::IoContext ctx; std::cout << "knet context created" << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

knet — pip install knet · libregistry