Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AlexInLog/ReactivePlusPlus
/ on_error
Method
on_error
src/rpp/rpp/operators/map.hpp:36–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
void on_error(const std::exception_ptr& err) const { observer.on_error(err); }
37
38
void on_completed() const { observer.on_completed(); }
39
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected