Hi usocket people!

First, what a great library! Easy to understand and use. However...

How does one poll a server socket created with socket-listen to see if
there's an incoming connection? I want to run socket-accept in that
case but I can't block because my program is busy doing other stuff.
I've tried wait-for-input but it always returns the server socket
(lispworks & sbcl) despite there not being any pending connection.

-Shawn

_______________________________________________
usocket-devel mailing list
usocket-devel@common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/usocket-devel

Reply via email to