You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Want to try it on Windows, but it lacks network support.
Could you please provide an option to build with wepoll (https://github.com/piscisaureus/wepoll) ?
It is a fast epoll implementation for Windows and has exact same APIs of linux's epoll.
it is also as portable as neco itself (only require wepoll.h and wepoll.c).
Maybe it could be implemented as a plugin for neco, which is disabled by default, but can be enabled by defining
a macro:
#defineNECO_HAS_WEPOLL 1
Another option is using a cross-platform select function, eg:
Want to try it on Windows, but it lacks network support.
Could you please provide an option to build with wepoll (https://github.com/piscisaureus/wepoll) ?
It is a fast epoll implementation for Windows and has exact same APIs of linux's epoll.
it is also as portable as neco itself (only require wepoll.h and wepoll.c).
Maybe it could be implemented as a plugin for neco, which is disabled by default, but can be enabled by defining
a macro:
Another option is using a cross-platform select function, eg:
https://gist.github.com/skywind3000/6886b61898044b2d81962109e26dc63d
The text was updated successfully, but these errors were encountered: