You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/api-reference/api-overview.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ sidebar_position: 1
20
20
|**Property: `options` (readonly)**| A copy of the options that are currently being used by this instance. |
21
21
|**Property: `runTime` (readonly)**| A histogram summary object summarizing the collected run times of completed tasks. |
22
22
|**Property: `threads` (readonly)**| An Array of the `Worker` instances used by this pool. |
23
+
|**Property: `idleThreads` (readonly)**| The current number of ready (warmed up) Worker threads that are not running any task. |
23
24
|**Property: `queueSize` (readonly)**| The current number of tasks waiting to be assigned to a Worker thread. |
24
25
|**Property: `needsDrain` (readonly)**| Boolean value that specifies whether the capacity of the pool has been exceeded by the number of tasks submitted. |
25
26
|**Property: `utilization` (readonly)**| A point-in-time ratio comparing the approximate total mean run time of completed tasks to the total runtime capacity of the pool. |
0 commit comments