gammazero / workerpool

Concurrency limiting goroutine pool
MIT License
1.33k stars 138 forks source link

Fix broken test #39

Closed gammazero closed 4 years ago

gammazero commented 4 years ago

Behavior of stop changed so that it releases paused tasks, which breaks the StopRace test. I did not see it because it happened to pass in CI. Fixes Issue #38