| 51 | } |
| 52 | |
| 53 | constexpr void set_stopped() noexcept |
| 54 | { |
| 55 | STDEXEC::set_value(static_cast<_Receiver&&>(__upstream_), set_stopped_t()); |
| 56 | } |
| 57 | |
| 58 | [[nodiscard]] |
| 59 | constexpr auto get_env() const noexcept -> env_of_t<_Receiver> |
nothing calls this directly
no test coverage detected