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
Use Concurrent.usable_processor_count when it is available
It's a new API introduced in concurrent-ruby 1.3.1, which works better
in the container environment.
ruby-concurrency/concurrent-ruby#1038
Since there are gems like sorbet-runtime that still use older versions
of concurrent-ruby, we can't directly bump concurrent-ruby's requirement,
but need to check if the method is available before calling it.
0 commit comments