| 3486 | bool AwaitSignalAwaiter::await_ready() const { return false; } |
| 3487 | |
| 3488 | bool AwaitSignalAwaiter::await_suspend(AwaitTask::Handle newContinuation) |
| 3489 | { |
| 3490 | setupCancellableAwait(continuation, stopCallback, newContinuation, this, AwaitSignalAwaiter::cancel); |
| 3491 |
nothing calls this directly
no outgoing calls
no test coverage detected