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

ReactivePlusPlus (RPP) is Reactive extension for C++20. More...

Topics

 Disposables
 Disposable owns some resource and provides ability to dispose() it: destroy/remove/disconnect and etc.
 
 Observables
 Observable is the source of any Reactive Stream.
 
 Observers
 Observer subscribes on Observable and obtains values provided by Observable.
 
 Operators
 Operators is way to modify observables and extend with some extra custom logic.
 
 Schedulers
 Scheduler is the way to introduce multi-threading in your application via RPP.
 
 Subjects
 Observable is the observable and observer at the same time. Uses as a bridge and for manual sending of values.
 

Detailed Description

ReactivePlusPlus (RPP) is Reactive extension for C++20.