with-user-abort

BSD 3-Clause

provides an easy way to catch ctrl+c. useful for making binaries.

$ area51 add with-user-abortCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(with-user-abort:some-function ...)

Used by