2
0
mirror of https://github.com/boostorg/redis.git synced 2026-02-13 12:42:15 +00:00

More improvements in the docs.

This commit is contained in:
Marcelo Zimbres
2022-01-08 02:35:08 +01:00
parent e4cf6ac3e6
commit c7b6e2eeb6
8 changed files with 75 additions and 75 deletions

View File

@@ -20,15 +20,7 @@ namespace net = aedis::net;
using net::async_write;
using net::buffer;
/* Processes the responses in a loop using the helper queue.
In most cases commands will be added dynamically to the request for
example as users interact with the code. In order to process the
responses asynchronously users have to keep a queue of the expected
commands or use the one provided by the serializer class.
The example below shows how to do it.
*/
/// Processes the responses in a loop using the helper queue.
net::awaitable<void> ping()
{
try {