| 3407 | promise.completionCallback = nullptr; |
| 3408 | } |
| 3409 | } |
| 3410 | } |
| 3411 | |
| 3412 | Result AwaitTaskGroupWaitAnyAwaiter::setWinner(size_t index) |
| 3413 | { |
| 3414 | AwaitTask* task = group.tasks[index]; |
| 3415 | if (task == nullptr) |
nothing calls this directly
no outgoing calls
no test coverage detected