Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-observe_on.hpp60 struct observe_on_observer struct
62 typedef observe_on_observer<Subscriber> this_type;
63 typedef source_value_type value_type;
64 typedef rxu::decay_t<Subscriber> dest_type;
65 typedef observer<value_type, this_type> observer_type;
67 typedef rxn::notification<T> notification_type;
68 typedef typename notification_type::type base_notification_type;
69 typedef std::deque<base_notification_type> queue_type;
71 struct mode
81 struct observe_on_state : std::enable_shared_from_this<observe_on_state>
[all …]