We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b16af1e commit cadc8deCopy full SHA for cadc8de
lib/concurrent-ruby/concurrent/utility/processor_counter.rb
@@ -128,8 +128,8 @@ def compute_cpu_quota
128
# `java.lang.Runtime.getRuntime.availableProcessors` will be used. According
129
# to the Java documentation this "value may change during a particular
130
# invocation of the virtual machine... [applications] should therefore
131
- # occasionally poll this property." Subsequently the result will NOT be
132
- # memoized under JRuby.
+ # occasionally poll this property." We still memoize this value once under
+ # JRuby.
133
#
134
# Otherwise Ruby's Etc.nprocessors will be used.
135
0 commit comments