Prevent WaitingTasks counter to wrap around

This commit is contained in:
Alejandro Durante
2021-07-10 10:35:21 -03:00
parent 72559da49d
commit fc14197887
7 changed files with 18 additions and 15 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
module github.com/alitto/pond/examples/task_group
go 1.15
go 1.16
require (
github.com/alitto/pond v1.5.0
github.com/alitto/pond v1.5.1
)
replace github.com/alitto/pond => ../../