| 282 | // This was fixed by catching and rethrowing in the TaskGroup destructor. |
| 283 | |
| 284 | static void loseTime() { |
| 285 | int total = 0; |
| 286 | for (int i = 0; i < 1000; ++i) { |
| 287 | total += i * i * i; |
| 288 | } |
| 289 | } |
| 290 | |
| 291 | static void nestedTask() { |
| 292 | highs::parallel::TaskGroup tg; |
no outgoing calls
no test coverage detected