| 523 | } |
| 524 | |
| 525 | [[nodiscard]] |
| 526 | auto __canceled() noexcept -> __std::coroutine_handle<> final |
| 527 | { |
| 528 | this->__reset_callback(); |
| 529 | return this->__handle().promise().continuation().unhandled_stopped(); |
| 530 | } |
| 531 | |
| 532 | _ParentPromise& __parent_; |
| 533 | }; |
no test coverage detected