ReactivePlusPlus
One more implementation of ReactiveX approach in C++ with care about performance and templates in mind
 
Loading...
Searching...
No Matches
rpp::details::with_latest_from_state_with_serialized_spinlock< TSelector, ValueTypes > Struct Template Reference
Inheritance diagram for rpp::details::with_latest_from_state_with_serialized_spinlock< TSelector, ValueTypes >:
rpp::details::with_latest_from_state< TSelector, ValueTypes... > rpp::details::early_unsubscribe_state

Public Attributes

utils::spinlock spinlock {}
 
- Public Attributes inherited from rpp::details::with_latest_from_state< TSelector, ValueTypes... >
TSelector selector
 
std::array< std::mutex, sizeof...(ValueTypes)> mutexes
 
std::tuple< std::optional< ValueTypes >... > vals
 
- Public Attributes inherited from rpp::details::early_unsubscribe_state
composite_subscription children_subscriptions
 

Additional Inherited Members

- Public Member Functions inherited from rpp::details::with_latest_from_state< TSelector, ValueTypes... >
 with_latest_from_state (const TSelector &selector, 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: