Skip to content

Commit

Permalink
Docs: (make-plz-queue :finally)
Browse files Browse the repository at this point in the history
Closes #8.
  • Loading branch information
alphapapa committed Jun 14, 2023
1 parent bc6e745 commit ecad562
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 19 deletions.
4 changes: 3 additions & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,9 @@ All of the queue-related functions return the queue as their value, making them
Or:

#+begin_src elisp :exports code
(let ((queue (make-plz-queue :limit 2))
(let ((queue (make-plz-queue :limit 2
:finally (lambda ()
(message "Queue empty."))))
(urls '("https://httpbin.org/get?foo=0"
"https://httpbin.org/get?foo=1")))
(plz-run
Expand Down
38 changes: 20 additions & 18 deletions plz.info
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,9 @@ making them easy to use. For example:

Or:

(let ((queue (make-plz-queue :limit 2))
(let ((queue (make-plz-queue :limit 2
:finally (lambda ()
(message "Queue empty."))))
(urls '("https://httpbin.org/get?foo=0"
"https://httpbin.org/get?foo=1")))
(plz-run
Expand Down Expand Up @@ -491,23 +493,23 @@ Node: Usage1872
Node: Examples2373
Node: Functions3740
Node: Queueing6848
Node: Tips8106
Node: Changelog8407
Node: 06-pre8665
Node: 0549277
Node: 0539524
Node: 0529840
Node: 05110047
Node: 0510299
Node: 0410505
Node: 0311411
Node: 02111859
Node: 0212008
Node: 0112139
Node: Credits12235
Node: Development12601
Node: Copyright assignment13115
Node: License13703
Node: Tips8231
Node: Changelog8532
Node: 06-pre8790
Node: 0549402
Node: 0539649
Node: 0529965
Node: 05110172
Node: 0510424
Node: 0410630
Node: 0311536
Node: 02111984
Node: 0212133
Node: 0112264
Node: Credits12360
Node: Development12726
Node: Copyright assignment13240
Node: License13828

End Tag Table

Expand Down

0 comments on commit ecad562

Please sign in to comment.