| 108 | void shutdown(); |
| 109 | |
| 110 | size_t numTasksInSystem() const { return mNumTasksInSystem; } |
| 111 | |
| 112 | void waitUntilFinished(); |
| 113 | void waitUntilFinishedFor(const std::chrono::microseconds Duration); |
nothing calls this directly
no outgoing calls
no test coverage detected