| 61 | auto enqueue(F&& f, Args&&... args) |
| 62 | -> std::future<grape::result_of_t<F, Args...>>; |
| 63 | inline int GetThreadNum() { return thread_num_; } |
| 64 | void WaitEnd(std::vector<std::future<void>>& results); |
| 65 | ~ThreadPool(); |
| 66 |
no outgoing calls
no test coverage detected