| 99 | |
| 100 | STDEXEC_ATTRIBUTE(always_inline) |
| 101 | constexpr void set_stopped() noexcept |
| 102 | { |
| 103 | __sh_state_->__complete(set_stopped_t()); |
| 104 | } |
| 105 | |
| 106 | [[nodiscard]] |
| 107 | constexpr auto get_env() const noexcept -> __env_t<_Env> const & |
nothing calls this directly
no test coverage detected