Skip to content

Commit

Permalink
Re-generate mdsnippets
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 26, 2024
1 parent bcde239 commit 79fe6c4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,15 @@ Click on `snippet source` to jump to the code of an individual example.
<sup><a href='/example/streaming-server.cpp#L146-L151' title='Snippet source file'>snippet source</a> | <a href='#snippet-server-side-bidirectional-streaming' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->

snippet: server-side-server-streaming-async-generator
<!-- snippet: server-side-server-streaming-async-generator -->
<a id='snippet-server-side-server-streaming-async-generator'></a>
```cpp
// ---------------------------------------------------
// (experimental) Server handling a server-streaming request using co_yield
// ---------------------------------------------------
```
<sup><a href='/example/async-generator-server.cpp#L31-L35' title='Snippet source file'>snippet source</a> | <a href='#snippet-server-side-server-streaming-async-generator' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->

### Multi-threaded

Expand Down

0 comments on commit 79fe6c4

Please sign in to comment.