Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-buffer_time.hpp102 struct buffer_with_time_subscriber_values : public buffer_with_time_values struct
104buffer_with_time_subscriber_values(composite_subscription cs, dest_type d, buffer_with_time_values… in buffer_with_time_subscriber_values() function
113 composite_subscription cs;
114 dest_type dest;
115 coordinator_type coordinator;
116 rxsc::worker worker;
117 mutable std::deque<value_type> chunks;
118 rxsc::scheduler::clock_type::time_point expected;