branch: externals/el-job commit 721986351e71d43993f9be32240f178f61e74c20 Author: Martin Edström <meedstro...@gmail.com> Commit: Martin Edström <meedstro...@gmail.com>
Readme --- README.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 3a8ccd322c..b2ddcf5228 100644 --- a/README.org +++ b/README.org @@ -33,7 +33,8 @@ Some libraries, such as [[https://github.com/jwiegley/emacs-async/][async.el]], A corollary: if you're testing this on Emacs 29 or below, you don't see this library at its best performance. ** News 1.0.0 -- No longer keeps processes alive forever by default. Instead it is opt-in via =:keepalive t=, and they are reaped anyway after up to 30 seconds of disuse. +- No longer keeps processes alive forever. All jobs are kept alive for up to 30 seconds of disuse, then reaped. +- Pruned many code paths - Many arguments changed, and a few were removed. Consult the docstring of =el-job-launch= again. ** Limitations