Add ability to configure pool growth strategy

This commit is contained in:
alitto
2020-05-22 21:03:43 -03:00
parent 349c5aa212
commit dc67fea72f
16 changed files with 671 additions and 207 deletions
+9
View File
@@ -0,0 +1,9 @@
module github.com/alitto/pond/examples/dynamic_size
go 1.14
require (
github.com/alitto/pond v1.3.0
)
replace github.com/alitto/pond => ../../
+9
View File
@@ -0,0 +1,9 @@
module github.com/alitto/pond/examples/fixed_size
go 1.14
require (
github.com/alitto/pond v1.3.0
)
replace github.com/alitto/pond => ../../
+9
View File
@@ -0,0 +1,9 @@
module github.com/alitto/pond/examples/task_group
go 1.14
require (
github.com/alitto/pond v1.3.0
)
replace github.com/alitto/pond => ../../