aboutsummaryrefslogtreecommitdiffstats
path: root/wait-group.asd
blob: 01164fba91aca72c895f9187bf91104361041c6e (plain)
1
2
3
4
5
6
7
8
(asdf:defsystem wait-group
  :description "Wait for a collection of jobs to finish"
  :version "0.0.1"

  :components ((:module "src"
                :serial t
                :components ((:file "package")
                             (:file "wait-group")))))