| 34 | bool empty() const { return processors.empty(); } |
| 35 | |
| 36 | size_t getNumThreads() const { return num_threads; } |
| 37 | void setNumThreads(size_t num_threads_) { num_threads = num_threads_; } |
| 38 | |
| 39 | bool getConcurrencyControl() const { return concurrency_control; } |
no outgoing calls
no test coverage detected