| 1616 | {} |
| 1617 | |
| 1618 | bool AwaitSocketReceiveAwaiter::await_ready() const { return false; } |
| 1619 | |
| 1620 | bool AwaitSocketReceiveAwaiter::await_suspend(AwaitTask::Handle newContinuation) |
| 1621 | { |
| 1622 | setupCancellableAwait(continuation, stopCallback, newContinuation, this, AwaitSocketReceiveAwaiter::cancel); |
| 1623 | |
| 1624 | outResult = {}; |
nothing calls this directly
no outgoing calls
no test coverage detected