| 1486 | public: |
| 1487 | explicit ThreadPool(size_t n, size_t max_n = 0, size_t mqr = 0); |
| 1488 | ThreadPool(const ThreadPool &) = delete; |
| 1489 | ~ThreadPool() override = default; |
| 1490 | |
| 1491 | bool enqueue(std::function<void()> fn) override; |
nothing calls this directly
no outgoing calls
no test coverage detected