Document or improve global-pool's auto termination
pitr-ch opened this issue · 3 comments
pitr-ch commented
If concurrent-ruby
is used in tests of other project, the thread pools are terminated before the tests are executed. Reason is the order of at_exit
callbacks, termination runs before the test run is executed.