| 23 | using optimal_disposables_strategy = rpp::details::observables::fixed_disposables_strategy<0>; |
| 24 | |
| 25 | static void subscribe(const auto& obs) { obs.on_completed(); } |
| 26 | }; |
| 27 | } // namespace rpp::details |
| 28 |
nothing calls this directly
no test coverage detected