Method: ActionPool::Pool#thread_stats

Defined in:
lib/actionpool/Pool.rb

#thread_statsObject



276
277
278
# File 'lib/actionpool/Pool.rb', line 276

def thread_stats
    @threads.map{|t|[t.object_id,t.status]}
end