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

Method subscribe

src/rpp/rpp/sources/error.hpp:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 std::exception_ptr err{};
25
26 void subscribe(const auto& obs) const { obs.on_error(err); }
27 };
28} // namespace rpp::details
29

Callers

nothing calls this directly

Calls 1

on_errorMethod · 0.45

Tested by

no test coverage detected