| 516 | } |
| 517 | |
| 518 | [[nodiscard]] |
| 519 | auto __completed() noexcept -> __std::coroutine_handle<> final |
| 520 | { |
| 521 | this->__reset_callback(); |
| 522 | return this->__handle().promise().continuation().handle(); |
| 523 | } |
| 524 | |
| 525 | [[nodiscard]] |
| 526 | auto __canceled() noexcept -> __std::coroutine_handle<> final |
no test coverage detected