Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-observe_on.hpp81 struct observe_on_state : std::enable_shared_from_this<observe_on_state> struct
91 observe_on_state(dest_type d, coordinator_type coor, composite_subscription cs) in observe_on_state() function
179 std::shared_ptr<observe_on_state> state;
182 … : state(std::make_shared<observe_on_state>(std::move(d), std::move(coor), std::move(cs))) in observe_on_observer()