We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Look into using select. Not sure if this is more widely supported.
Another alternative is to separate epoll into a separate file and use macros to determine whether to use kqueue or epoll.