MCPcopy Create free account
hub / github.com/AlexInLog/ReactivePlusPlus / subscribe

Method subscribe

src/rpp/rpp/sources/empty.hpp:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

on_completedMethod · 0.45

Tested by

no test coverage detected