| 157 | } |
| 158 | |
| 159 | [[nodiscard]] |
| 160 | constexpr auto handle() const noexcept -> __std::coroutine_handle<_Promise> |
| 161 | { |
| 162 | return STDEXEC::__coroutine_handle_cast<_Promise>(*this); |
| 163 | } |
| 164 | |
| 165 | [[nodiscard]] |
| 166 | constexpr operator __std::coroutine_handle<_Promise>() const noexcept |
no outgoing calls
no test coverage detected