remove-all-polling-functionsPolling Functionsrun-polling-functionsGoTo Top

run-polling-functions   <no arguments>[Function]

Purpose
Run every polling function in the list of polling functions.

Package   :gbbopen-tools

Module   :polling-functions

See also
    add-polling-function
    describe-all-polling-functions
    remove-all-polling-functions
    remove-polling-function
    start-control-shell

Example
Run the polling functions (once, in sequence):

  (run-polling-functions)

Note
When a non-nil :run-polling-functions value is supplied to start-control-shell (the default on Common Lisp implementations without threads), run-polling-functions is called at the beginning of every control-shell-cycle and at one-half-second intervals when the Agenda Shell is hibernating due to quiescence.


The GBBopen Project


remove-all-polling-functionsPolling Functionsrun-polling-functionsGoTo Top