class Rake::ThreadPool
def statistics # :nodoc:
Return a hash of always collected statistics for the thread pool.
def statistics # :nodoc: { total_threads_in_play: @total_threads_in_play, max_active_threads: @max_active_threads, } end
def statistics # :nodoc: { total_threads_in_play: @total_threads_in_play, max_active_threads: @max_active_threads, } end