| 151 | } |
| 152 | |
| 153 | [[nodiscard]] |
| 154 | constexpr auto promise() const noexcept -> _Promise& |
| 155 | { |
| 156 | return STDEXEC::__coroutine_handle_cast<_Promise>(*this).promise(); |
| 157 | } |
| 158 | |
| 159 | [[nodiscard]] |
| 160 | constexpr auto handle() const noexcept -> __std::coroutine_handle<_Promise> |
no outgoing calls