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
An interface for integrating external event loops based on epoll/kqueue/IOCP/event ports/etc.
An implementation of that interface that uses libuv. This should be available as a separate library, and its availability should be selectable by a configure switch.
Wrappers around the libuv filesystem functions that handle Windows pathname oddities, such as making sure that a file named NUL . can be accessed.
We should provide
NUL .can be accessed.