class Rake::Application

def thread_pool # :nodoc:

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