brandonhilkert / sucker_punch

Sucker Punch is a Ruby asynchronous processing library using concurrent-ruby, heavily influenced by Sidekiq and girl_friday.
MIT License
2.65k stars 114 forks source link

Better thread pool shutdown in tests. #150

Closed jdantonio closed 8 years ago

jdantonio commented 8 years ago

There may be a more elegant way to handle this, but I think it will solve the problem of non-terminating thread pools in tests on JRuby.