Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-debounce.hpp70 struct debounce_observer struct
72 typedef debounce_observer<Subscriber> this_type;
73 typedef rxu::decay_t<T> value_type;
74 typedef rxu::decay_t<Subscriber> dest_type;
75 typedef observer<T, this_type> observer_type;
77 struct debounce_subscriber_values : public debounce_values
96 typedef std::shared_ptr<debounce_subscriber_values> state_type;
97 state_type state;
99debounce_observer(composite_subscription cs, dest_type d, debounce_values v, coordinator_type c) in debounce_observer() function
124 …atic std::function<void(const rxsc::schedulable&)> produce_item(std::size_t id, state_type state) { in produce_item()
[all …]