X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fserve-event.lisp;h=1183d6ccf5990177d0c6d1a3c116a8fa5362c022;hb=98a76d4426660876dec6649b1e228d2e5b47f579;hp=7b1b4e99bbf18395d11e536ca13cae5f63800260;hpb=6daed982c84c6679df360561d48e8817bf6ed583;p=sbcl.git diff --git a/src/code/serve-event.lisp b/src/code/serve-event.lisp index 7b1b4e9..1183d6c 100644 --- a/src/code/serve-event.lisp +++ b/src/code/serve-event.lisp @@ -279,8 +279,7 @@ ;;; When a *periodic-polling-function* is defined the server will not ;;; block for more than the maximum event timeout and will call the -;;; polling function if it does time out. One important use of this -;;; is to periodically call process-yield. +;;; polling function if it does time out. (declaim (type (or null function) *periodic-polling-function*)) (defvar *periodic-polling-function* nil) (declaim (type (unsigned-byte 29) *max-event-to-sec* *max-event-to-usec*))