Observable is the observable and observer at the same time. Uses as a bridge and for manual sending of values. More...
Classes | |
class | rpp::subjects::behavior_subject< T > |
Subject which multicasts values to observers subscribed on it and sends last emitted value (or initial value) on subscribe. It contains two parts: subscriber and observable at the same time. More... | |
class | rpp::subjects::publish_subject< T > |
Subject which just multicasts values to observers subscribed on it. It contains two parts: subscriber and observable at the same time. More... | |
Observable is the observable and observer at the same time. Uses as a bridge and for manual sending of values.