ReactivePlusPlus
ReactiveX implementation for C++20
|
RppGrpc is extension of RPP which enables support of grpc library. More...
Topics | |
gRPC reactors | |
Reactors for gRPC to connect it to RPP properly. | |
RppGrpc is extension of RPP which enables support of grpc library.
gRPC provides way to handle requests and responses with help of reactors. RppGrpc is set of reactors (for both: client and server side) with all possible stream modes (client, server or bidirectional stream) to pass such an reactors to gRPC and handle them via RPP.