Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-observable.hpp433 struct safe_subscriber struct
435safe_subscriber(SourceOperator& so, Subscriber& o) : so(std::addressof(so)), o(std::addressof(o)) … in safe_subscriber() argument
437 void subscribe() { in subscribe()
449 void operator()(const rxsc::schedulable&) { in operator ()()
453 SourceOperator* so;
454 Subscriber* o;