Function: SB-SYS:SERVE-ALL-EVENTS

package type github

SERVE-ALL-EVENTS calls SERVE-EVENT with the specified timeout. If SERVE-EVENT does something (returns T) it loops over SERVE-EVENT with a timeout of 0 until there are no more events to serve. SERVE-ALL-EVENTS returns T if SERVE-EVENT did something and NIL if not.

Lambda list

(&optional sb-ext:timeout)