Searched defs:debounce_observer (Results 1 – 1 of 1) sorted by relevance
70 struct debounce_observer struct72 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_values96 typedef std::shared_ptr<debounce_subscriber_values> state_type;97 state_type state;99 … debounce_observer(composite_subscription cs, dest_type d, debounce_values v, coordinator_type c) in debounce_observer() function124 …atic std::function<void(const rxsc::schedulable&)> produce_item(std::size_t id, state_type state) { in produce_item()[all …]