<headius>
If you look at most of the IO operations you'll see them guarded to not use native codon windows. That's mostly because select() logic has never been hooked up, so although reads and writes might work fine there'd be no nonblocking
<headius>
* If you look at most of the IO operations you'll see them guarded to not use native code on windows. That's mostly because select() logic has never been hooked up, so although reads and writes might work fine there'd be no nonblocking
<headius>
It needs to either bind the kinda crappy select impl on windows (it polls) or use the win32 WaitForSingleObject I think