ReactivePlusPlus
ReactiveX implementation for C++20
Loading...
Searching...
No Matches
API Reference
Here is a list of all topics with brief descriptions:
[detail level 1234]
 rpp
 DisposablesDisposable is handle/resource passed from observable to observer via the set_upstream method. Observer disposes this disposable when it wants to unsubscribe from observable
 ObservablesObservable is the source of any Reactive Stream
 Observers
 OperatorsOperators modify observables and extend them with custom logic
 Transforming OperatorsTransforming operators are operators that transform items provided by observable
 Filtering OperatorsFiltering operators are operators that emit only part of items that satisfies some condition
 Conditional OperatorsConditional operators are operators that emit items based on some condition including condition of items from other observables
 Combining OperatorsCombining operators are operators that combines emissions of multiple observables into same observable by some rule
 Utility OperatorsUtility operators are operators that provide some extra functionality without changing of original values, but changing of behaviour
 Connectable OperatorsConnectable operators are operators that provide extra functionality for multicasting of controlling of subscription
 Aggregate OperatorsAggregate operators are operators that operate on the entire sequence of items emitted by an Observable
 Error Handling OperatorsOperators that help to recover from error notifications from an Observable
 Creational OperatorsCreational operators are operators that create new observable
 SchedulersScheduler is the way to introduce multi-threading in your application via RPP
 SubjectsObservable is the observable and observer at the same time. Uses as a bridge and for manual sending of values
 ExtensionsExtensions for ReactivePlusPlus library for 3rd party libraries
 rppasioRppAsio is extension of RPP which enables support of boost-asio library
 Asio SchedulersScheduler is the way to introduce multi-threading in your application via RPP
 rppgrpcRppGrpc is extension of RPP which enables support of grpc library
 gRPC reactorsReactors for gRPC to connect it to RPP properly
 rppqtRppQt is extension of RPP which enables support of Qt library
 QT OperatorsQT Operators is set of RPP operators but applied to QObjects
 QT Creational OperatorsQT creational operators are operators that create new observable from QObjects
 QT SchedulersScheduler is the way to introduce multi-threading in your application via RPP