Variable: package--downloads-in-progress
package--downloads-in-progress is a variable defined in package.el.gz.
Value
nil
Documentation
List of in-progress asynchronous downloads.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/package.el.gz
;;;; Populating `package-archive-contents' from archives
;; This subsection populates the variables listed above from the
;; actual archives, instead of from a local cache.
(defvar package--downloads-in-progress nil
"List of in-progress asynchronous downloads.")