<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">2010/3/21 Chun Tian (binghe) <span dir="ltr"><<a href="mailto:binghe.lisp@gmail.com" target="_blank">binghe.lisp@gmail.com</a>></span><div class="im">
<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>On Windows, there's no "select()" UNIX system call, so we have to use "WSAEventSelect" instead.</blockquote>
</div></div></blockquote></div><br clear="all">What about this?<div><br></div><div><a href="http://msdn.microsoft.com/en-us/library/ms740141(VS.85).aspx">http://msdn.microsoft.com/en-us/library/ms740141(VS.85).aspx</a></div>
<div><br></div><div>Looks rather like unix's select to me...<br><div><br></div><div>That said, sbcl/win32 doesn't have sb-unix, so it may not be possible to call this function without some custom FFI hacking, but it shouldn't be too bad.</div>
<div><br>-- <br>Elliott Slaughter<br><br>"Don't worry about what anybody else is going to do. The best way to predict the future is to invent it." - Alan Kay<br>
</div></div>