I understand that windows is not Unix. but that's GNU toolchain, which is based on MinGW, which resembles Unix environment.
For instance, I'd like to use epoll call. And I've successfully tested it in C with MinGW, so seems like there are no obstacle to use it in my rust program under the same environment (windows/gnu based on MinGW, right?).
What's the reason windows-gnu doesn't expose these APIs?