Document or improve global-pool's auto termination · Issue #227 · ruby-concurrency/concurrent-ruby · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
If
concurrent-ruby
is used in tests of other project, the thread pools are terminated before the tests are executed. Reason is the order ofat_exit
callbacks, termination runs before the test run is executed.The text was updated successfully, but these errors were encountered: