alitto / pond

🔘 Minimalistic and High-performance goroutine worker pool written in Go
MIT License
1.43k stars 60 forks source link

Allow concurrent calls to StopAndWait #28

Closed alitto closed 2 years ago

alitto commented 2 years ago

Changes included

codecov-commenter commented 2 years ago

Codecov Report

Merging #28 (b52e832) into master (23a42e4) will increase coverage by 0.30%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master       #28      +/-   ##
===========================================
+ Coverage   99.69%   100.00%   +0.30%     
===========================================
  Files           2         2              
  Lines         328       329       +1     
===========================================
+ Hits          327       329       +2     
+ Misses          1         0       -1     
Impacted Files Coverage Δ
pond.go 100.00% <100.00%> (+0.32%) :arrow_up:
resizer.go 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 23a42e4...b52e832. Read the comment docs.