Message175927
Attached patch adds select.poll() support on Windows via WSAPoll.
It's hacky; I was curious to see whether or not it could be done, and whether or not tulip's pollster would work with it.
It compiles and works, but doesn't play very nicely with tulip. Also, just about every lick of code that tests poll() does so in a UNIX-specific way, so it's hard to test.
As with select, WSAPoll() will barf if you feed it anything other than SOCKETs (i.e. it doesn't work against non-socket file descriptors). |
|
Date |
User |
Action |
Args |
2012-11-18 22:32:54 | trent | set | recipients:
+ trent |
2012-11-18 22:32:54 | trent | set | messageid: <1353277974.19.0.012295377293.issue16507@psf.upfronthosting.co.za> |
2012-11-18 22:32:54 | trent | link | issue16507 messages |
2012-11-18 22:32:53 | trent | create | |
|