Thread
:
How do you use poll() in programming for Windows?
View Single Post
04-20-2006, 02:26 PM
#
2
(
permalink
)
DJMaze
Senior Contributor
Join Date: Mar 2005
Posts: 733
poll waits for some event on a file descriptor but, windows has no file descriptors. This because things like stdout are not available in the win32 api.
Tell us what you want to poll and someone could explain how to do it.
DJMaze
View Public Profile
Find More Posts by DJMaze