Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Tradias/asio-grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
Tradias committed Oct 22, 2023
2 parents 4a7fc42 + 57555fa commit 183313c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Click on `snippet source` to jump to the code of an individual example.
<a id='snippet-server-side-client-streaming'></a>
```cpp
// ---------------------------------------------------
// A simple client-streaming request handler using coroutines.
// A simple client-streaming rpc handler using coroutines.
// ---------------------------------------------------
```
<sup><a href='/example/server-rpc.cpp#L40-L44' title='Snippet source file'>snippet source</a> | <a href='#snippet-server-side-client-streaming' title='Start of snippet'>anchor</a></sup>
Expand All @@ -166,7 +166,7 @@ Click on `snippet source` to jump to the code of an individual example.
<a id='snippet-server-side-server-streaming'></a>
```cpp
// ---------------------------------------------------
// A simple server-streaming request handler using coroutines.
// A simple server-streaming rpc handler using coroutines.
// ---------------------------------------------------
```
<sup><a href='/example/server-rpc.cpp#L77-L81' title='Snippet source file'>snippet source</a> | <a href='#snippet-server-side-server-streaming' title='Start of snippet'>anchor</a></sup>
Expand Down Expand Up @@ -305,7 +305,7 @@ Click on `snippet source` to jump to the code of an individual example.
// the example testable.
// ---------------------------------------------------
```
<sup><a href='/example/unifex-server.cpp#L37-L42' title='Snippet source file'>snippet source</a> | <a href='#snippet-server-side-unifex-unary' title='Start of snippet'>anchor</a></sup>
<sup><a href='/example/unifex-server.cpp#L41-L46' title='Snippet source file'>snippet source</a> | <a href='#snippet-server-side-unifex-unary' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->

<!-- snippet: server-side-unifex-server-streaming -->
Expand All @@ -315,5 +315,5 @@ Click on `snippet source` to jump to the code of an individual example.
// A simple server-streaming request handler using coroutines.
// ---------------------------------------------------
```
<sup><a href='/example/unifex-server.cpp#L61-L65' title='Snippet source file'>snippet source</a> | <a href='#snippet-server-side-unifex-server-streaming' title='Start of snippet'>anchor</a></sup>
<sup><a href='/example/unifex-server.cpp#L68-L72' title='Snippet source file'>snippet source</a> | <a href='#snippet-server-side-unifex-server-streaming' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->

0 comments on commit 183313c

Please sign in to comment.