blob: 966979c7dad9628916bd419885c4fcb5a6e5d7ea (
plain)
1
2
3
4
5
6
7
8
|
(asdf:defsystem wait-group
:description "Wait for a collection of jobs to finish"
:version "0.1.0"
:components ((:module "src"
:serial t
:components ((:file "package")
(:file "wait-group")))))
|