Registry / networking / wepoll

wepoll

JSON →
library1.5.8vcpkgunverified

Fast epoll for windows

vcpkg install wepoll
INSTALL
IMPORT
SIG · WEPOLL
W
wepoll
networkingcppv1.5.8
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.

wepoll.h
#include <wepoll.h>

Create an epoll instance on Windows

#include <wepoll.h> #include <sys/socket.h> int main() { int epfd = epoll_create1(0); // Use epoll_ctl, epoll_wait as on Linux close(epfd); return 0; }
Debug
Known issues
gotchaWindows-only; emulates Linux epoll API but may have subtle differences in behavior
fix
Test thoroughly on Windows; consider using native IOCP for production
affects: *
Upgrade
Version history
1.5.8latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
OpenAI (training)
1
Resources

No resource links recorded.

wepoll — pip install wepoll · libregistry