branch: externals/el-job
commit 638e6ee2e9c6b356c88e24dcb07cd678a581c6b1
Author: Martin Edström <[email protected]>
Commit: Martin Edström <[email protected]>
Update Commentary
---
el-job.el | 16 ++++------------
1 file changed, 4 insertions(+), 12 deletions(-)
diff --git a/el-job.el b/el-job.el
index a8e4c7c3ce..e07da8a509 100644
--- a/el-job.el
+++ b/el-job.el
@@ -32,18 +32,10 @@
;; result as if it had been returned by that `mapcar'. In the meantime,
;; current Emacs does not hang at all.
-;; You do need to grok the concept of a callback.
-
-;; Public API:
-;; - Function `el-job-old-launch' (main entry point)
-;; - Function `el-job-old-await'
-;; - Function `el-job-old-is-busy'
-;; - Variable `el-job-old-major-version'
-
-;; Dev tools:
-;; - Command `el-job-old-cycle-debug-level'
-;; - Command `el-job-old-show-info'
-;; - Command `el-job-old-kill-all'
+;; A high-level wrapper is `el-job-parallel-mapcar', which intentionally hangs
+;; Emacs so as to behave as a drop-in for `mapcar' that is merely faster.
+
+;; The more general `el-job-ng-run' can be used asynchronously.
;;; Code: