ReactivePlusPlus
One more implementation of ReactiveX approach in C++ with care about performance and templates in mind
 
Loading...
Searching...
No Matches
Observers

Observer subscribe on observable and obtains values provided by observable. More...

Classes

class  rpp::dynamic_observer< T >
 Dynamic (type-erased) version of observer (comparing to specific_observer) More...
 
class  rpp::specific_observer< T, OnNext, OnError, OnCompleted >
 Observer specified with specific template types of callbacks to avoid extra heap usage. More...
 

Detailed Description

Observer subscribe on observable and obtains values provided by observable.