lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Diego Nehab wrote:

Unfortunately, on Windows, select only supports sockets.

This is highly misleading. Yes, select() only supports sockets on Windows.

However, that's simply because you're using the wrong function - you should be using WaitForObjects(). When it comes to blocking on events, Windows makes the Unix API look like the utter toy it is.

--
Lisa