[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/el-job 32ea3c1839 020/143: Docs
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/el-job 32ea3c1839 020/143: Docs |
Date: |
Fri, 21 Mar 2025 19:00:23 -0400 (EDT) |
branch: elpa/el-job
commit 32ea3c18394ef56bb61c4699c02038122160ea3a
Author: Martin Edström <meedstrom91@gmail.com>
Commit: Martin Edström <meedstrom91@gmail.com>
Docs
---
README.org | 4 ++--
el-job.el | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.org b/README.org
index 2a31009a26..fb0f676f3a 100644
--- a/README.org
+++ b/README.org
@@ -5,7 +5,7 @@ Imagine you have a function you'd like to run on a long list of
inputs. You cou
This library is a tool to split up the inputs and run the function in many
subprocesses (one per CPU core), then merge their outputs and pass it back to
the current Emacs. In the meantime, current Emacs does not hang at all.
-For real-world usage, search for =el-job-launch= in the source of
[[https://github.com/meedstrom/org-node/blob/use-el-job/org-node.el][org-node.el]].
+For real-world usage, search for =el-job-launch= in the source of
[[https://github.com/meedstrom/org-node/blob/main/org-node.el][org-node.el]].
** News
@@ -18,7 +18,7 @@ Still in a development honeymoon, API unstable.
1. Will *drop support for Emacs 28/29* sometime in mid-2025 (when Debian
trixie is released). For a backwards-compatible library, try
[[https://github.com/jwiegley/emacs-async][async.el]].
-2. For now, some limitations on FUNCALL's return value, which must always be a
list with a fixed length, where the elements are themselves lists. For
example, the return value at the end of
[[https://github.com/meedstrom/org-node/blob/use-el-job/org-node-parser.el][org-node-parser.el]]:
+2. For now, some limitations on FUNCALL's return value, which must always be a
list with a fixed length, where the elements are themselves lists. For
example, the return value at the end of
[[https://github.com/meedstrom/org-node/blob/main/org-node-parser.el][org-node-parser.el]]:
#+begin_src elisp
(list (if missing-file (list missing-file)) ; List of 1 item or nil
diff --git a/el-job.el b/el-job.el
index 42f92fd830..75ada8baf1 100644
--- a/el-job.el
+++ b/el-job.el
@@ -249,7 +249,7 @@ See `el-job-child--zip' for details."
;;; Main logic:
-;; Compare the perfs on your machine! If you use org-node:
+;; Compare these methods' perfs on your machine. If you use org-node:
;; 1. Evaluate: (progn (setq el-job-default-method 'poll) (el-job-kill-all))
;; 2. Do a few times: M-x org-node-reset
(defvar el-job-default-method
- [nongnu] elpa/el-job 28176f5fa0 001/143: Let there be light, (continued)
- [nongnu] elpa/el-job 28176f5fa0 001/143: Let there be light, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 5bae29743d 005/143: Satisfy linters, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 7cb72107fc 009/143: ., ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job d89810318a 012/143: docs, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job b01324750d 004/143: ., ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 207351fe2d 015/143: Many refactor wow, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 7ccd8ece82 011/143: docs, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 940e8ff2e1 026/143: Fix: don't use old inputs sometimes, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 462582b597 027/143: Try fix "Items split in X lists, but only Y ready processes", ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job c0598fb26b 023/143: Another possible fix for org-node #70, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 32ea3c1839 020/143: Docs,
ELPA Syncer <=
- [nongnu] elpa/el-job 3b3b800153 019/143: Add an autoload for easier load-path checks, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 307d81fd1d 025/143: Simplify a bit, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 43e7702fac 022/143: Try to fix org-node issue #70, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 6d6445cc16 033/143: Try fix org-node#78, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 10ba5197e3 032/143: Add an error-catch, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job e90fd07c3c 031/143: Add a test, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 5c28a27d99 034/143: Some new function names, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 6c5879c74b 036/143: Hotfix, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job aa852eaf10 039/143: Polish, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 881d0ec3a2 041/143: Polish, ELPA Syncer, 2025/03/21