alitto / pond

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

Prevent WaitingTasks counter to wrap around and upgrade to Go v1.16 #14

Closed alitto closed 3 years ago

alitto commented 3 years ago

Changes:

codecov-commenter commented 3 years ago

Codecov Report

Merging #14 (fc14197) into master (72559da) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #14   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines          201       203    +2     
=========================================
+ Hits           201       203    +2     
Impacted Files Coverage Δ
pond.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 72559da...fc14197. Read the comment docs.