Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-take_until.hpp194 auto selectedSinkSource = on_exception( in on_subscribe() local
197 if (selectedSinkSource.empty()) { in on_subscribe()
200 source->subscribe(std::move(selectedSinkSource.get())); in on_subscribe()