Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-observe_on.hpp45 struct observe_on struct
47 typedef rxu::decay_t<T> source_value_type;
49 typedef rxu::decay_t<Coordination> coordination_type;
50 typedef typename coordination_type::coordinator_type coordinator_type;
52 coordination_type coordination;
54 observe_on(coordination_type cn) in observe_on() argument
60 struct observe_on_observer
221 auto operator()(Subscriber dest) const in operator ()()
232 auto observe_on(AN&&... an) in observe_on() function
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-observable.hpp1200 auto observe_on(AN&&... an) const in observe_on() function in rxcpp::observable