ReactivePlusPlus
ReactiveX implementation for C++20
|
RPP's based implementation for grpc client read reactor. More...
#include <client_reactor.hpp>
Public Member Functions | |
void | init () |
RPP's based implementation for grpc client read reactor.
To use it you need:
new
operatorstub->async()->GrpcReadStream(ctx, &response, reactor);
reactor->init()
method for actual starting of grpc logicreactor->get_observable()
(same observable WOULD emit on_completed in case of successful stream termination and on_error in case of some errors with grpc stream)