Get the number of active scanner threads. Thread-safe.
| 235 | |
| 236 | /// Get the number of active scanner threads. Thread-safe. |
| 237 | int32_t GetNumActive() const { return num_active_.Load(); } |
| 238 | |
| 239 | /// Get the number of started scanner threads. Thread-safe. |
| 240 | int32_t GetNumStarted() const { return num_threads_started_->value(); } |
no test coverage detected