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