Hacker News new | past | comments | ask | show | jobs | submit login

Dr.Dobbs has had at least 2 articles on it.

https://www.drdobbs.com/open-source/io-multiplexing-scalable... (Also covers select and /dev/poll but lacks epoll,kqueue)

https://www.drdobbs.com/cpp/multithreaded-asynchronous-io-io...

I remember chatting in the fringes when nodeJS was doing their proper win32 porting and they did have some issues getting things stable due to lack of documentation but iirc got some help from MS so the libuv code should be usable as a reference for behaviours (As well as being fairly battle tested by now).

https://github.com/libuv/libuv/tree/v1.x/src/win




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: