hunt-extra v1.1.8 (2021-12-13T08:45:08Z)
Home
Dub
Repo
ThreadPoolExecutor.isStopped
hunt
concurrency
ThreadPoolExecutor
ThreadPoolExecutor
Used by ScheduledThreadPoolExecutor.
class
ThreadPoolExecutor
bool
isStopped
(
)
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
Used by ScheduledThreadPoolExecutor.