Function: pfuture-callback-output

pfuture-callback-output is a macro defined in pfuture.el.

Signature

(pfuture-callback-output)

Documentation

Retrieve the output from the pfuture-buffer variable in the current scope.

Meant to be used with pfuture-callback.

Source Code

;; Defined in ~/.emacs.d/elpa/pfuture-20220913.1401/pfuture.el
(defmacro pfuture-callback-output ()
  "Retrieve the output from the pfuture-buffer variable in the current scope.
Meant to be used with `pfuture-callback'."
  `(pfuture-output-from-buffer pfuture-buffer))