ReactivePlusPlus
ReactiveX implementation for C++20
|
RPP's based implementation for grpc server read reactor. More...
#include <server_reactor.hpp>
RPP's based implementation for grpc server read reactor.
To use it you need:
new
operatorreactor->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)