ReactivePlusPlus
ReactiveX implementation for C++20
|
#include <fwd.hpp>
Concept for any RPP-related operator:
operator_traits
where template typename is type of upstream.result_type
using to type of final observable/downstream observeroperator_traits
if you have some specific requiremenetsupdated_optimal_disposables_strategy
accepting rpp::details::observables::disposbles_strategy
and returning new (updated) strategy to provide optimal behavior. For example, your operator could add+1 disposables to the strategyrpp::constraint::operator_subscribe
, rpp::constraint::operator_lift
or rpp::constraint::operator_lift_with_disposables_strategy