Skip to content

Commit

Permalink
Edit docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ruricolist committed Mar 10, 2024
1 parent ad86eb5 commit 1d533f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions defer.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ interrupted."
"Define a single function call as an uncondiional scope
guard.
(defer (fn x y z))
≅ (with-scope-guard (:on :exit)
(fn x y z))
The function's arguments are executed immediately, but the
function itself is not called until the scope guard is run."
(with-unique-names (temp-args)
Expand Down

0 comments on commit 1d533f4

Please sign in to comment.