620
Why does my worker pool hang on shutdown even after I cancel the context Concurrency
Eight workers pull jobs off a buffered channel (cap 100) and push results onto an unbuffered results channel. On SIGINT I call then , and roughly one run in three it just sits there forever instead of exiting. Each…