Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-switch_on_next.hpp139 auto innerlifetimetoken = state->out.add(state->inner_lifetime); in on_subscribe() local
141 state->inner_lifetime.add(make_subscription([state, innerlifetimetoken](){ in on_subscribe()
142 state->out.remove(innerlifetimetoken); in on_subscribe()