Sha256: 2aebfc1994c86e025603dc49c38a86fdb9b25b6e459c12b9a9af43a73d55a6c0
Contents?: true
Size: 730 Bytes
Versions: 4
Compression:
Stored size: 730 Bytes
Contents
ThreadPool: A thread pool with a job queue activeCount: Returns the approximate number of threads that are actively executing tasks. completedTaskCount: Returns the approximate total number of tasks that have completed execution. corePoolSize: Returns the core number of threads. largestPoolSize: Returns the largest number of threads that have ever simultaneously been in the pool. maximumPoolSize: Returns the maximum allowed number of threads. poolSize: Returns the current number of threads in the pool. taskCount: Returns the approximate total number of tasks that have been scheduled for execution. shutdown: Initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted.
Version data entries
4 entries across 4 versions & 1 rubygems