ruby-concurrency / concurrent-ruby

Modern concurrency tools including agents, futures, promises, thread pools, supervisors, and more. Inspired by Erlang, Clojure, Scala, Go, Java, JavaScript, and classic concurrency patterns.
https://ruby-concurrency.github.io/concurrent-ruby/
Other
5.68k stars 418 forks source link

Fix Concurrent.processor_count link #918

Closed bolshakov closed 3 years ago

bolshakov commented 3 years ago

ProcessorCounter annotated as @!visibility private and hence is not indexed by YARD. Thus, I guess the line should refer to the Concurrent.processor_count method.

chrisseaton commented 3 years ago

Thanks!