ReactivePlusPlus
One more implementation of ReactiveX approach in C++ with care about performance and templates in mind
 
Loading...
Searching...
No Matches
rpp::details::merge_state Struct Reference
Inheritance diagram for rpp::details::merge_state:
rpp::details::early_unsubscribe_state rpp::details::combine_latest_state< TCombiner, Types... > rpp::details::combine_latest_state< TCombiner, Types > rpp::details::merge_state_with_serialized_mutex rpp::details::switch_on_next_state rpp::details::combine_latest_state_with_serialized_spinlock< TCombiner, Types > rpp::details::switch_on_next_state_with_serialized_spinlock

Public Member Functions

 early_unsubscribe_state (const composite_subscription &subscription_of_subscriber)
 
- Public Member Functions inherited from rpp::details::early_unsubscribe_state
 early_unsubscribe_state (const composite_subscription &subscription_of_subscriber)
 

Public Attributes

std::atomic_size_t count_of_on_completed_needed {}
 
- Public Attributes inherited from rpp::details::early_unsubscribe_state
composite_subscription children_subscriptions
 

The documentation for this struct was generated from the following file: