class Rake::Application
def thread_pool # :nodoc:
Return the thread pool used for multithreaded processing.
def thread_pool # :nodoc: @thread_pool ||= ThreadPool.new(options.thread_pool_size||FIXNUM_MAX) end
def thread_pool # :nodoc: @thread_pool ||= ThreadPool.new(options.thread_pool_size||FIXNUM_MAX) end