1
0
mirror of https://github.com/go-task/task.git synced 2025-01-20 04:59:37 +02:00

2 Commits

Author SHA1 Message Date
Andrey Nering
c591ea4185 Use context together with errgroup
This will let other deps to be killed when one of the deps returns an
error.

Before this change, the process could keep running even after Task
exited.
2017-04-12 20:53:41 -03:00
Andrey Nering
72a6727e31 Watch task 2017-04-01 16:11:32 -03:00