2
0
mirror of https://github.com/boostorg/redis.git synced 2026-01-19 04:42:09 +00:00
- CI fix.
- Renames request::fail_* to request::cancel_*.
- Adds a second parameter to async_run.
- Adds request::retry flag.
This commit is contained in:
Marcelo Zimbres
2022-10-09 11:40:22 +02:00
parent 4fb2b20954
commit 770e224917
18 changed files with 130 additions and 67 deletions

View File

@@ -9,6 +9,7 @@
//
#include <cstdio>
#include <iostream>
#include <boost/asio.hpp>
#if defined(BOOST_ASIO_HAS_CO_AWAIT)