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

Observable is the observable and observer at the same time. Uses as a bridge and for manual sending of values. More...

Classes

class  rpp::subjects::behavior_subject< T >
 Subject which multicasts values to observers subscribed on it and sends last emitted value (or initial value) on subscribe. It contains two parts: subscriber and observable at the same time. More...
 
class  rpp::subjects::publish_subject< T >
 Subject which just multicasts values to observers subscribed on it. It contains two parts: subscriber and observable at the same time. More...
 

Detailed Description

Observable is the observable and observer at the same time. Uses as a bridge and for manual sending of values.

See also
https://reactivex.io/documentation/subject.html