We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe562f6 commit eae2851Copy full SHA for eae2851
lib/concurrent-ruby/concurrent/utility/processor_counter.rb
@@ -153,7 +153,7 @@ def self.physical_processor_count
153
# For performance reasons the calculated value will be memoized on the first
154
# call.
155
#
156
- # @return [nil, Float] number of available processors seen by the OS or Java runtime
+ # @return [nil, Float] number of available processors
157
def self.available_processor_count
158
processor_counter.available_processor_count
159
end
0 commit comments