ThreadPoolExecutor.getTaskCount

Returns the approximate total number of tasks that have ever been scheduled for execution. Because the states of tasks and threads may change dynamically during computation, the returned value is only an approximation.

@return the number of tasks

class ThreadPoolExecutor
long
getTaskCount
()

Meta