Load counters for the global immutable CPU executor.
Synopsis
Declared in <folly/executors/GlobalExecutor.h>
struct GlobalCPUExecutorCounters;
Data Members
Name |
Description |
Number of threads currently active (running but possibly waiting for tasks). |
|
Number of tasks pending execution in the executor's queue. |
|
Maximum number of threads that the executor can run concurrently. |
Non-Member Functions
Name |
Description |
methodset Executors |
Created with MrDocs