* Epoll

* Change companion util stub to return NO_EVENT

* Revert "Change companion util stub to return NO_EVENT"

This reverts commit 8dd9913cda39b641cd3b65925e1f31fa713e8a24.

* added wepoll

* shallow..

* dist branch

* updated wepoll

* compiles on windows

---------

Co-authored-by: georgemoralis <giorgosmrls@gmail.com>
This commit is contained in:
Marcin Mikołajczyk
2025-09-18 10:53:04 +02:00
committed by GitHub
parent 0eff74223a
commit 7bd3eb485f
10 changed files with 474 additions and 44 deletions

View File

@@ -238,3 +238,8 @@ if (APPLE)
add_subdirectory(epoll-shim)
endif()
endif()
#windows only
if (WIN32)
add_subdirectory(ext-wepoll)
endif()