Home
last modified time | relevance | path

Searched defs:event_handlers (Results 1 – 2 of 2) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-repeat.hpp48 struct event_handlers { struct
50 static inline void on_error(State& state, rxu::error_ptr& e) { in on_error()
55 static inline void on_completed(State& state) { in on_completed()
Drx-retry.hpp44 struct event_handlers { struct
46 static inline void on_error(State& state, rxu::error_ptr& e) { in on_error()
57 static inline void on_completed(State& state) { in on_completed()