statistics()
public
Return a hash of always collected statistics for the thread pool.
# File lib/rake/thread_pool.rb, line 85
def statistics # :nodoc:
{
:total_threads_in_play => @total_threads_in_play,
:max_active_threads => @max_active_threads,
}
end