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/skip.hpp:39–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
void on_error(const std::exception_ptr& err) const { observer.on_error(err); }
40
41
void on_completed() const { observer.on_completed(); }
42
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected