Variable: eshell-supports-asynchronous-processes

eshell-supports-asynchronous-processes is a variable defined in esh-proc.el.gz.

Value

t

Documentation

Non-nil if Eshell can create asynchronous processes.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-proc.el.gz
;;; Internal Variables:

(defvar eshell-supports-asynchronous-processes (fboundp 'make-process)
  "Non-nil if Eshell can create asynchronous processes.")