method

suggested_thread_count

ruby latest stable - Class: Rake

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2_2_9) is shown here.

suggested_thread_count()
public

No documentation available.

# File lib/rake/rake_module.rb, line 16
    def suggested_thread_count # :nodoc:
      @cpu_count ||= Rake::CpuCounter.count
      @cpu_count + 4
    end