@ -117,12 +117,8 @@ func (s *Satan) runWorker(i int) {
select {
case t := <-s.queue:
s.processTask(t)
default:
case <-s.shutdownWorkers:
return
}