Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C++ には、 java.nio.channels.Selector に相当するもの、または代替メカニズムがありますか?
使用できる C\C++ にはselectがあります (Linux)。
Win32でも
どちらもほとんど同じで、man ページには例があり、オンラインでさらに多くの情報を見つけることができます。