Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-multicast.hpp41 struct multicast_state : public std::enable_shared_from_this<multicast_state> struct
43 multicast_state(source_type o, subject_type sub) in multicast_state() function
48 source_type source;
49 subject_type subject_value;
50 rxu::detail::maybe<typename composite_subscription::weak_subscription> connection;