| 3190 | operationResult = result; |
| 3191 | clearChildCallbacks(); |
| 3192 | continuation.resume(); |
| 3193 | } |
| 3194 | |
| 3195 | void AwaitTaskGroupWaitAllAwaiter::clearChildCallbacks() |
| 3196 | { |
| 3197 | for (size_t idx = 0; idx < group.numTasks; ++idx) |
| 3198 | { |
| 3199 | AwaitTask* task = group.tasks[idx]; |
nothing calls this directly
no outgoing calls
no test coverage detected