| 56 | } |
| 57 | } |
| 58 | bool await_ready() noexcept { |
| 59 | return false; |
| 60 | } |
| 61 | ::std::coroutine_handle<> await_suspend( |
| 62 | ::std::coroutine_handle<> awaiter) noexcept { |
| 63 | handle.promise().awaiter = awaiter; |
nothing calls this directly
no outgoing calls
no test coverage detected