hunt-extra v1.1.8 (2021-12-13T08:45:08Z)
Home
Dub
Repo
ThreadPoolExecutor.getPoolSize
hunt
concurrency
ThreadPoolExecutor
ThreadPoolExecutor
Returns the current number of threads in the pool.
@return the number of threads
class
ThreadPoolExecutor
int
getPoolSize
(
)
Meta
Source
See Implementation
hunt
concurrency
ThreadPoolExecutor
ThreadPoolExecutor
constructors
this
functions
afterExecute
allowCoreThreadTimeOut
allowsCoreThreadTimeOut
awaitTermination
beforeExecute
ensurePrestart
execute
finalize
getActiveCount
getCompletedTaskCount
getCorePoolSize
getKeepAliveTime
getLargestPoolSize
getMaximumPoolSize
getPoolSize
getQueue
getRejectedExecutionHandler
getTaskCount
getThreadFactory
isShutdown
isStopped
isTerminated
isTerminating
onShutdown
prestartAllCoreThreads
prestartCoreThread
purge
reject
remove
runWorker
setCorePoolSize
setKeepAliveTime
setMaximumPoolSize
setRejectedExecutionHandler
setThreadFactory
shutdown
shutdownNow
terminated
toString
tryTerminate
Returns the current number of threads in the pool.
@return the number of threads