Function: SB-SYS:SERVE-EVENT

package type github

Receive pending events on all FD-STREAMS and dispatch to the appropriate handler functions. If timeout is specified, server will wait the specified time (in seconds) and then return, otherwise it will wait until something happens. Server returns T if something happened and NIL otherwise. Timeout 0 means polling without waiting.

Lambda list

(&optional sb-ext:timeout)