| 36 | } |
| 37 | |
| 38 | [[nodiscard]] |
| 39 | auto available_parallelism() const -> std::uint32_t |
| 40 | { |
| 41 | return static_cast<std::uint32_t>(arena_.max_concurrency()); |
| 42 | } |
| 43 | |
| 44 | private: |
| 45 | friend exec::thread_pool_base<tbb_thread_pool>; |
no outgoing calls
no test coverage detected