Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-window_time.hpp94 struct window_with_time_subscriber_values : public window_with_time_values struct
96window_with_time_subscriber_values(composite_subscription cs, dest_type d, window_with_time_values… in window_with_time_subscriber_values() function
105 composite_subscription cs;
106 dest_type dest;
107 coordinator_type coordinator;
108 rxsc::worker worker;
109 mutable std::deque<rxcpp::subjects::subject<T>> subj;
110 rxsc::scheduler::clock_type::time_point expected;