branch: elpa/hyperdrive commit a01287cb8b74a9278b0fabb9b22e2d38fb728c9d Author: Joseph Turner <jos...@ushin.org> Commit: Joseph Turner <jos...@ushin.org>
Comment: Explanation --- hyperdrive-lib.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el index 07d59b8bee..f32f162a76 100644 --- a/hyperdrive-lib.el +++ b/hyperdrive-lib.el @@ -838,6 +838,9 @@ with no arguments." (fill-existent entry) (fill-nonexistent entry)) (when finishedp + ;; If the fill-nonexistent loop stopped + ;; prematurely, the fill-entry-queue + ;; finalizer won't run: call `finally' here. (funcall finally))))))) ;; For nonexistent entries, send requests in parallel. (cl-dotimes (i hyperdrive-queue-size)