| 108 | constexpr void set_error(_Error&&) noexcept = delete; |
| 109 | |
| 110 | constexpr void set_stopped() noexcept |
| 111 | { |
| 112 | __stg_->__complete(); |
| 113 | } |
| 114 | |
| 115 | // Forward all receiever queries. |
| 116 | constexpr auto get_env() const noexcept -> decltype(auto) |
nothing calls this directly
no test coverage detected