Searched refs:synchronize_observer_state (Results 1 – 1 of 1) sorted by relevance
26 …struct synchronize_observer_state : public std::enable_shared_from_this<synchronize_observer_state> struct in rxcpp::subjects::detail::synchronize_observer96 … synchronize_observer_state(coordinator_type coor, composite_subscription cs, output_type scbr) in synchronize_observer_state() argument131 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()