Returns the thread pool that owns the calling thread (or nullptr) */
| 314 | |
| 315 | /** Returns the thread pool that owns the calling thread (or nullptr) */ |
| 316 | static ThreadPoolBase *this_thread_pool() { |
| 317 | return this_thread_pool_; |
| 318 | } |
| 319 | |
| 320 | protected: |
| 321 | void Shutdown(bool join); |
no outgoing calls
no test coverage detected