| 195 | } |
| 196 | |
| 197 | constexpr void set_stopped() noexcept |
| 198 | { |
| 199 | auto __scope = __opstate_->__scope_; |
| 200 | STDEXEC::set_stopped(std::move(__opstate_->__rcvr_)); |
| 201 | // do not access __op_ |
| 202 | // do not access this |
| 203 | __complete(__scope); |
| 204 | } |
| 205 | |
| 206 | constexpr auto get_env() const noexcept -> __env_t<env_of_t<_Receiver>> |
| 207 | { |
nothing calls this directly
no test coverage detected