Rpp is Reactive extension for C++20. More...
Modules | |
Observables | |
Observable is the source of any Reactive Stream. Observable provides ability to subscribe observer on some events. | |
Observers | |
Observer subscribe 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. | |
Rpp is Reactive extension for C++20.