| 38 | } |
| 39 | |
| 40 | size_t Utils::Win32::TpEnvironment::ThreadCount() const { |
| 41 | return m_maxCores; |
| 42 | } |
| 43 | |
| 44 | void Utils::Win32::TpEnvironment::SubmitWork(std::function<void()> cb) { |
| 45 | if (m_cancelling) |
nothing calls this directly
no outgoing calls
no test coverage detected