Variable: semantic-idle-scheduler-queue

semantic-idle-scheduler-queue is a variable defined in idle.el.gz.

Value

nil

Documentation

List of functions to execute during idle time.

These functions will be called in the current buffer after that buffer has had its tags made up to date. These functions will not be called if there are errors parsing the current buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/idle.el.gz
;;; SERVICES services
;;
;; These are services for managing idle services.
;;
(defvar semantic-idle-scheduler-queue nil
  "List of functions to execute during idle time.
These functions will be called in the current buffer after that
buffer has had its tags made up to date.  These functions
will not be called if there are errors parsing the
current buffer.")