1
0
mirror of https://github.com/go-task/task.git synced 2025-01-12 04:34:11 +02:00
Commit Graph

3 Commits

Author SHA1 Message Date
Andrey Nering
f98bf6c4b1 refactor: Create executor struct to get rid of global variables
Maybe eventually help on #17
2017-06-04 16:02:04 -03:00
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