| 859 | } |
| 860 | |
| 861 | [[nodiscard]] |
| 862 | constexpr auto get_stop_source() noexcept -> inplace_stop_source& |
| 863 | { |
| 864 | return __impl_.__stop_source_; |
| 865 | } |
| 866 | |
| 867 | [[nodiscard]] |
| 868 | constexpr auto get_stop_token() const noexcept -> inplace_stop_token |
no outgoing calls
no test coverage detected