ReactivePlusPlus
ReactiveX implementation for C++20
|
Serialized version of rpp::subjects::publish_subject. More...
#include <publish_subject.hpp>
Additional Inherited Members | |
Public Types inherited from rpp::subjects::details::publish_subject_base< Type, true > | |
using | optimal_disposables_strategy |
Public Member Functions inherited from rpp::subjects::details::publish_subject_base< Type, true > | |
auto | get_observer () const |
auto | get_observable () const |
rpp::disposable_wrapper | get_disposable () const |
Serialized version of rpp::subjects::publish_subject.
When you are using ordinary rpp::subjects::publish_subject, then you must take care not to call its on_next method (or its other on methods) in async way.