Hacker News new | ask | show | jobs
by throw0101d 897 days ago
> Worth noting that there's an equivalent of epoll on most platforms.

And libevent if you want a portable front-end to all of them:

* https://libevent.org

* https://en.wikipedia.org/wiki/Libevent

1 comments

Or even libdispatch which I've been using on Linux and MacOSX surprisingly well.