ReactivePlusPlus
ReactiveX implementation for C++20
|
Subject which just multicasts values to observers subscribed on it. It contains two parts: observer and observable at the same time. More...
#include <publish_subject.hpp>
Additional Inherited Members | |
Public Types inherited from rpp::subjects::details::publish_subject_base< Type, false > | |
using | optimal_disposables_strategy |
Public Member Functions inherited from rpp::subjects::details::publish_subject_base< Type, false > | |
auto | get_observer () const |
auto | get_observable () const |
rpp::disposable_wrapper | get_disposable () const |
Subject which just multicasts values to observers subscribed on it. It contains two parts: observer and observable at the same time.
Each observer obtains only values which emitted after corresponding subscribe. on_error/on_completer/unsubscribe cached and provided to new observers if any
Type | value provided by this subject |