ReactivePlusPlus
ReactiveX implementation for C++20
Loading...
Searching...
No Matches
fwd.hpp
1// ReactivePlusPlus library
2//
3// Copyright Aleksey Loginov 2023 - present.
4// Distributed under the Boost Software License, Version 1.0.
5// (See accompanying file LICENSE_1_0.txt or copy at
6// https://www.boost.org/LICENSE_1_0.txt)
7//
8// Project home: https://github.com/victimsnino/ReactivePlusPlus
9//
10
11#pragma once
12
13#include <rpp/utils/constraints.hpp>
14
35namespace rppgrpc
36{
37 template<rpp::constraint::decayed_type Request, rpp::constraint::decayed_type Response>
39
40 template<rpp::constraint::decayed_type Request>
42
43 template<rpp::constraint::decayed_type Response>
45
46 template<rpp::constraint::decayed_type Request, rpp::constraint::decayed_type Response>
48
49 template<rpp::constraint::decayed_type Request>
51
52 template<rpp::constraint::decayed_type Response>
54} // namespace rppgrpc
RPP's based implementation for grpc client bidirectional reactor.
Definition fwd.hpp:38
RPP's based implementation for grpc client read reactor.
Definition fwd.hpp:44
RPP's based implementation for grpc client write reactor.
Definition fwd.hpp:41
RPP's based implementation for grpc server bidirectional reactor.
Definition server_reactor.hpp:40
RPP's based implementation for grpc server read reactor.
Definition server_reactor.hpp:185
RPP's based implementation for grpc server write reactor.
Definition server_reactor.hpp:118