ReactivePlusPlus
ReactiveX implementation for C++20
Loading...
Searching...
No Matches
rpp::operators::details::window_observer_strategy< TObserver > Class Template Reference

Public Member Functions

 window_observer_strategy (TObserver &&observer, size_t count)
 
template<typename T >
void on_next (T &&v) const
 
void on_error (const std::exception_ptr &err) const
 
void on_completed () const
 
void set_upstream (const disposable_wrapper &d) const
 
bool is_disposed () const
 

Static Public Attributes

static constexpr auto preferred_disposables_mode = rpp::details::observers::disposables_mode::None
 

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