Observer subscribe on observable and obtains values provided by observable. More...
Classes | |
| class | rpp::dynamic_observer< T > |
| Dynamic (type-erased) version of observer (comparing to specific_observer) More... | |
| class | rpp::specific_observer< T, OnNext, OnError, OnCompleted > |
| Observer specified with specific template types of callbacks to avoid extra heap usage. More... | |
Observer subscribe on observable and obtains values provided by observable.