@brief Create a new ParallelManager. */
| 136 | public: |
| 137 | /** @brief Create a new ParallelManager. */ |
| 138 | ParallelManager() |
| 139 | { |
| 140 | reset(); |
| 141 | } |
| 142 | |
| 143 | /** |
| 144 | * @brief Reset the tracker for a new processing batch. |
nothing calls this directly
no outgoing calls
no test coverage detected