Function: DELAY-VALUE

Documentation

returns the value hold by a delay

Source

(defun delay-value (delay)
  "returns the value hold by a delay"
  (car delay))
Source Context