Home
last modified time | relevance | path

Searched refs:synchronize_observer (Results 1 – 1 of 1) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/subjects/
Drx-synchronize.hpp17 class synchronize_observer : public detail::multicast_observer<T> class
19 typedef synchronize_observer<T, Coordination> this_type;
134 synchronize_observer(coordination_type cn, composite_subscription dl, composite_subscription il) in synchronize_observer() function in rxcpp::subjects::detail::synchronize_observer
146 …ubscriber<T>(this->get_id(), state->lifetime, observer<T, detail::synchronize_observer<T, Coordina… in get_subscriber()
166 detail::synchronize_observer<T, Coordination> s;