alitto / pond

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

Prevent deadlock when purging idle worker during task submission #34

Closed alitto closed 1 year ago

alitto commented 1 year ago
codecov-commenter commented 1 year ago

Codecov Report

Merging #34 (7edfde9) into master (d01340a) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master       #34   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         4    +1     
  Lines          376       394   +18     
=========================================
+ Hits           376       394   +18     
Impacted Files Coverage Δ
pond.go 100.00% <100.00%> (ø)
worker.go 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.