Pool.getNumWaiters

Returns an estimate of the number of threads currently blocked waiting for a resource from this pool.

@return The number of threads waiting, -1 if the pool is inactive.

class Pool(T)
int
getNumWaiters
()

Meta