ForkJoinPool.getActiveThreadCount

Returns an estimate of the number of threads that are currently stealing or executing tasks. This method may overestimate the number of active threads.

@return the number of active threads

class ForkJoinPool
int
getActiveThreadCount
()

Meta