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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user