Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/subjects/
Drx-synchronize.hpp26 …struct synchronize_observer_state : public std::enable_shared_from_this<synchronize_observer_state> struct in rxcpp::subjects::detail::synchronize_observer
96synchronize_observer_state(coordinator_type coor, composite_subscription cs, output_type scbr) in synchronize_observer_state() argument
131 std::shared_ptr<synchronize_observer_state> state;
142 …state = std::make_shared<synchronize_observer_state>(std::move(coordinator), std::move(il), std::m… in synchronize_observer()