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

Public Attributes

utils::spinlock spinlock {}
 
- Public Attributes inherited from rpp::details::switch_on_next_state
composite_subscription current_inner_observable = rpp::composite_subscription::empty()
 
- Public Attributes inherited from rpp::details::merge_state
std::atomic_size_t count_of_on_completed_needed {}
 
- Public Attributes inherited from rpp::details::early_unsubscribe_state
composite_subscription children_subscriptions
 

Additional Inherited Members

- Public Member Functions inherited from rpp::details::merge_state
 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)
 

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