| 138 | } |
| 139 | |
| 140 | static auto __env_from(__nested_stop* __self, __env_t&& __env) noexcept -> __env_result_t |
| 141 | { |
| 142 | return __env_with_inplace_stop_token(__self->__stop_source_, static_cast<__env_t&&>(__env)); |
| 143 | } |
| 144 | auto env_from(__env_t&& __env) noexcept |
| 145 | { |
| 146 | return __env_from(this, static_cast<__env_t&&>(__env)); |
nothing calls this directly
no outgoing calls
no test coverage detected