ForkJoinPool.getRunningThreadCount

Returns an estimate of the number of worker threads that are not blocked waiting to join tasks or for other managed synchronization. This method may overestimate the number of running threads.

@return the number of worker threads

class ForkJoinPool
int
getRunningThreadCount
()

Meta