aboutsummaryrefslogtreecommitdiffstats
path: root/src/wait-group.lisp
AgeCommit message (Expand)Author
2021-02-14Add license (MPL 2.0)Teddy Wing
2021-02-14Add a usage exampleTeddy Wing
2021-02-14Add documentationTeddy Wing
2021-02-14Decided I don't need a `wg:clear` functionTeddy Wing
2021-02-06wait: Exit when `<= 0` instead of `= 0`Teddy Wing
2021-02-06Add `print-object` on `wait-group`Teddy Wing
2021-02-06Add documentation tasksTeddy Wing
2021-01-31Define a library for Go-style wait groupsTeddy Wing