aboutsummaryrefslogtreecommitdiff
path: root/module/calp/util/hooks.scm
blob: 7a784085d9b60debcdd169ebbf00b9a58d476c88 (plain)
1
2
3
4
5
6
(define-module (calp util hooks)
  :export (shutdown-hook))

;; Run before program terminates
(define-once shutdown-hook
  (make-hook 0))