Metric callback for number of threads running. Also used for error messages.
| 205 | |
| 206 | // Metric callback for number of threads running. Also used for error messages. |
| 207 | uint64_t ReadThreadsRunning() const { |
| 208 | return threads_running_metric_; |
| 209 | } |
| 210 | |
| 211 | private: |
| 212 | // Container class for any details we want to capture about a thread |
no outgoing calls
no test coverage detected